Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 387 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 387 Bytes

NodeJS MySQL Album

Create application use express.js, sequelize, mysql, node.js, swig template engine

Demo: (in the process ...)

Quick start

- git clone
- npm i
- npm i -g sequelize-cli
- open config/config.json and edit the development
- sequelize init
- CREATE DATABASE (config/config.json/database)
- sequelize db:migrate
- npm start
Good development)