Skip to content

khairul-abdi/Coffee-Shop-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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