Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belchenkov/nodejs_mysql_albums

Create application use express.js, sequelize, mysql, node.js, swig template engine
https://github.com/belchenkov/nodejs_mysql_albums

cookie-parser express http-errors morgan mysql2 nodejs sequelize serve-favicon swig

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)