master | develop |
---|---|
This project was generated using yo restify-server generator version 0.1.1.
This project uses:
- config and json5 for configuration
- bunyan for logging
- mocha and supertest for testing
- cluster for managing workers
See config/local.json5.example
for a sample to get you started. If you need to
change any defaults, make a copy named local.json5
and change it to your
liking.
If you want to have different configuration properties for different
environments, create configuration files named after the environments they are
for. For example, to create a configuration file that will be used when
NODE_ENV
is development
, create development.json5
.
Running npm start
will start the server using forever, and running npm stop
will stop it.
npm run-script list
will list the forever processes that are running.
Running npm test
will execute the tests in the test
directory using mocha.