Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 467 Bytes

In this App, we need 5 dependencies below:

  • Express
  • Sequelize & Sequelize CLI
  • MySQL (mysql driver for node.js)
  • Body-parser (middleware for handling post body request)
  • Handlebars (template engine)

Quick Start

# Install dependencies
$ npm install

# Database

$ src/db/config/sequelize_migrations.sql

# Start App

$ node server.js

App Run On: http://localhost:5000