Skip to content

jayantm/generic-node-rest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generic-node-rest-app

RESTful API service using NodeJS

  • npm install
  • To run app server
$ node app.js

OR

$ npm start
  • Add exec permission to test script
$ chmod +x script/test.sh
  • To run test from root
$ ./script/test.sh

OR

$ npm test

To exec app server in continuous mode

  • Using forever to start (Install forever as global module)
$ sudo npm install -g forever
$ forever start app.js
  • Using forever to stop
$ forever stopall

About

RESTful API service using NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published