项目作者: khairul-abdi

项目描述 :
Sequelize-CLI Migrations Associations
高级语言: JavaScript
项目地址: git://github.com/khairul-abdi/Coffee-Shop-App.git
创建时间: 2020-02-18T02:35:22Z
项目社区:https://github.com/khairul-abdi/Coffee-Shop-App

开源协议:

下载


Coffee Shop App

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

  1. # Install dependencies
  2. $ npm install
  3. # Database
  4. $ src/db/config/sequelize_migrations.sql
  5. # Start App
  6. $ node server.js
  7. App Run On: http://localhost:5000