Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 259 Bytes

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