Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/belchenkov/nodejs_mysql_albums
- Owner: Belchenkov
- Created: 2020-04-20T15:55:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T02:13:15.000Z (6 months ago)
- Last Synced: 2024-05-10T03:25:19.379Z (6 months ago)
- Topics: cookie-parser, express, http-errors, morgan, mysql2, nodejs, sequelize, serve-favicon, swig
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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)