This project is built to help ou setup a NodeJs server without an hassle. There are a few opinion on the folder structure and naming convention adopted in this boilerplate server, but none should get in your way.
- MongoDB
- Express
The list will keep growing
After cloning this repo or forking the repository, ensure you run the following command
npm install
Then, set your mongoDB connection as given in the .env-example
file
To start the server, run the following command
npm run start
For a lack of better approach, the database is seeded with new seed files whenever you run the project with
npm run start
If you would like to contribute to the project please make a pull request, it will be reviewed and changes merged on approval.