zaim-warehouse

Install NODE.js and NPM

Command to install Express from console

npm install express --save

Command to install MySQL

npm install mysql

Create file named config.json in project directory and insert MySQL Connection Credentials

{

"host" : "<HOST_NAME>"

"user" : "<USER_NAME>"

"password" : ""

}

Command to start application

node app.js