IBM-Cloud / nodejs-cloudantdb-crud-example

Example of CRUD operations on a Cloudant database using a Node.js runtime on IBM Bluemix
http://nodejscloudantsampleapp.mybluemix.net/
Apache License 2.0
18 stars 128 forks source link

NodeJSCloudantSampleApp Overview

This application uses the Cloudant NoSQL Database service to demonstrate the operations of Create, Read, Update and Delete into database using the Node.js runtime. Cloudant node module is used for these operations. They can alternatively be done with API calls which returns a JSON.

Click on the button below to deploy this Bluemix project to your account

Deploy to Bluemix

Application Requirements

Running the app on Bluemix

And voila! Your very own instance of Cloudant NoSQL DB with NodeJSCloudantSampleApp is now running on Bluemix.

Running the app locally:

For more documents on Cloudant NoSQL DB

Troubleshooting

To troubleshoot your Bluemix app the main useful source of information are the logs, to see them, run:

  $ cf logs <application-name> --recent

License

This sample code is licensed under Apache 2.0. Full license text is available in LICENSE. This sample uses socket.io which is MIT license

Contributing

See CONTRIBUTING.

Open Source @ IBM

Find more open source projects on the IBM Github Page