This is a basic template for developing projects using NodeJS environment, Express.js framework and the Sequelize ORM.
- Cors: For cross origin resource sharing
- Dotenv: Environment file and variables.
- Express: Framework
- Morgan: Logs on HTTP requests
- Postgres: Database
- Sequelize: ORM
- Nodemon: Automatically restart app on changes
- Prettier: Code formater
- Clone the repository
- Install
yarnif not installed - Run
yarn installto add install dependencies - Create local database for the app
- Set up environment variables
By Fernando Torres