Skip to content

Sample Node.js application which uses Bluemix Cloudant NoSQL service

License

Notifications You must be signed in to change notification settings

IBM-Cloud/nodejs-cloudant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd3d615 · May 16, 2017

History

24 Commits
Apr 20, 2016
Jan 27, 2017
Apr 20, 2016
Oct 27, 2016
Jan 20, 2017
Jan 20, 2017
Apr 20, 2016
Apr 20, 2016
Jan 25, 2017
May 16, 2017
Jan 20, 2017
May 16, 2017
May 16, 2017

Repository files navigation

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.

Deploy to Bluemix

Run the app locally

  1. Install Node.js
  • 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.json file
  • Run npm install to install the app's dependencies
  • Run npm start to start the app
  • Access the running app in a browser at http://localhost:3000

About

Sample Node.js application which uses Bluemix Cloudant NoSQL service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published