This is backend starter-kit using Express.js.
- Express.js
- Joi validation
- Custom Error Handler
- Sequelize ORM
- Jwt Token for Authentication
- copy .env.example to .env and change content as you want.
- open a terminal and run "npm install".
- run "npm run dev".