/nodejs_mysql_albums

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

Primary LanguageJavaScript

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)