cloudant_boilerplate_nodejs
v0.0.2
Published
This application demonstrates how to use the Bluemix Cloudant NoSQL DB service. It helps users organize their favorite files. The UI talks to a RESTful Express CRUD backend API.
Readme
Node.js Cloudant Sample
This application demonstrates how to use the Bluemix Cloudant NoSQL DB service. It helps users organize their favorite files. The UI talks to a RESTful Express CRUD backend API.
Run the app locally
- cd into this project's root directory
- Copy the value for the VCAP_SERVICES envirionment variable from the application running in Bluemix and paste it in a
vcap-local.jsonfile - Run
npm installto install the app's dependencies - Run
npm startto start the app - Access the running app in a browser at http://localhost:6001

