Installation and Usage
-
Clone the repo
-
Add
.envfile to the root of the project- Add
MONGO_URIto the.envfile
- Add
-
Run
npm install -
Run
npm run devto start the server -
Run
npm run buildto build the project -
Run
npm run startto start the project
Features Just install the dependencies and you are good to go.
- Make a Model
- Make a Controller
- Make a Route
- Make a Service
- Make a Middleware
- Make a Validator