A boilerplate to quickly setup a Node.js API with express.
- git clone https://github.com/Dragoneel/node-express-swagger-jest myproject
- cd myproject
- npm install
- nvm use
- npm t
- npm start
- Root API => http://localhost:3000/
- Swagger documentation => http://localhost:3000/api-docs/