/serverTest

my node server

Primary LanguageJavaScriptMIT LicenseMIT

A backend project building with node and mysql.

To start,you should install mysql and pm2.For detail,please read this tutorial

//install
npm install

//run your project
node app
or
pm2 start app.js  --watch