Best practices boilerplate for node.js + express API application. Free to use
- express server
- sample routing
- sample controller
- sample model
- db connection (mongodb)
- jsonwebtoken auth
- Fork the project
- Run
npm install
to get all the dependencies - Establish a database (mongodb) by running
mongod
command in your console - Update the process environment data in .env file
- Run with
node app.js
- Done. You are free to use a creativity