Backend for Devorum. See more at: Link
Follow these steps to clone and run this project in your local machine.
- Use
git clone
to clone this repository in your local machine. - Install all the dependencies with
npm install
. - Create
.env
file in the root of the project. - Copy all the fields from
.env.example
to.env
and give the proper values. - Run
npm run dev
to run the porject indevelopment
mode.