This is a basic NodeJS architecture to help you build amazing things from scratch.
- express
- body-parser
- dontenv
- express-validator
- helmet
- jsonwebtoken
- Download the repo
git clone git@github.com:JoaquinBeceiro/node-api-basic-architecture.git. - Install dependencies
npm i. - Start the server
npm start(this use nodemon). - Build amazing APIs 🚀.
Feel free to collaborate with the project to improve it
Joaquin Beceiro