Creating NodeJS REST API's following Cedrus best practices.
Installation
First, install Yeoman and generator-cedrus-api-czar-lite using npm (we assume you have pre-installed node.js).
npm install -g yonpm install -g generator-cedrus-api-czar-lite
Then generate your new project:
yo cedrus-api-czar-lite
Deploying with IBM Bluemix
Once you have created your API, you can integrate and deploy to IBM Bluemix using this command
yo cedrus-api-czar-lite:deploy-manifest
License
MIT © CedrusCo