- Express
- Sequelize & Sequelize CLI
- MySQL (mysql driver for node.js)
- Body-parser (middleware for handling post body request)
- Handlebars (template engine)
# Install dependencies
$ npm install
# Database
$ src/db/config/sequelize_migrations.sql
# Start App
$ node server.js
App Run On: http://localhost:5000