RESTful API service using NodeJS
- npm install
- To run app server
$ node app.jsOR
$ npm start- Add exec permission to test script
$ chmod +x script/test.sh- To run test from root
$ ./script/test.shOR
$ npm test- Using
foreverto start (Installforeveras global module)
$ sudo npm install -g forever
$ forever start app.js- Using
foreverto stop
$ forever stopall