https://github.com/wcoder/node-rest-mysql-example
Example using NodeJS + Express + Mysql
https://github.com/wcoder/node-rest-mysql-example
Last synced: 6 months ago
JSON representation
Example using NodeJS + Express + Mysql
- Host: GitHub
- URL: https://github.com/wcoder/node-rest-mysql-example
- Owner: wcoder
- License: mit
- Archived: true
- Created: 2015-02-21T12:05:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T22:33:16.000Z (over 10 years ago)
- Last Synced: 2025-01-29T11:57:11.900Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-rest-mysql-example
Example using NodeJS + Express + Mysql
## Install
```
git clone // this repository
npm install
```
## Edit config
Edit file `config.js`
## Start
```
npm start
```