Use node, express, couchdb and angular to create a program that provides various views and various means to store an array of objects.
- Insert a single document
- Retrieve the JSON for whole document
- Retrieve the JSON for a view of the document
- Insert a bulk document
- Use a view to retreive the JSON for an array of the all the bulk documents
- Use handlebars to get a templated HTML file that formats the array of bulk documents
The program itself is in **JsObjects** in directory called CouchView02.
https://github.com/charliecalvert/JsObjects/tree/master/Data/CouchView02