JS Arrays

Brief discussion on arrays and global variables.
Promises in Javascript

A short introduction to Promises, a new feature is ES6, to simplify asynchronous programmming.
Introducing NoSql DBs

A review of the NoSQL movement and some of its key characteristics
Setting Up Mongo

Installing, connecting to and initialising Mongoose/MOngo db from a node application.
Accessing Mongo

Creating and using Objects in Mongo, using its promise based API
Lab-8 Models

Replace the simple user and donation tracking with a database implementation - Mongo DB. Use the Mongoose ODM to create User + Donation models.