Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcoder/node-rest-mysql-example
Example using NodeJS + Express + Mysql
https://github.com/wcoder/node-rest-mysql-example
Last synced: about 1 month ago
JSON representation
Example using NodeJS + Express + Mysql
- Host: GitHub
- URL: https://github.com/wcoder/node-rest-mysql-example
- Owner: wcoder
- License: mit
- Created: 2015-02-21T12:05:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T22:33:16.000Z (almost 9 years ago)
- Last Synced: 2023-03-24T02:39:47.956Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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
```