Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 445 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 445 Bytes

Node.js Cloudant Starter Overview

The Node.js Cloudant Starter demonstrates how to use the Bluemix Cloudant NoSQL DB service. The app displays persisted files and lets the user upload new files or delete old files.

Decomposition Instructions

  • See app.js for how to obtain and use the Cloudant credentials as well as the file CRUD API
  • See public/scripts/index.js and public/scripts/util.js for how the front-end calls the back-end API