node-server-mysql

A skeleton structure for Node Js server with MySQL integrated. Change the config file in database/config.js with valid credentials.

How to Run :
-> Clone this repository and change the directory to it
-> Run npm install to install the dependencies
-> Update the config file in database directory
-> Run npm start