Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```