This is a 2 - model Todo App built using Express and Mongo/mongoose. Authors have many reminders.
Fork or Clone this repo.
$ npm install
$ nodemon app.js
Also make sure you have mongo and make sure you have a connection to mongodb running:
$ brew install mongo
$ mongod --config /usr/local/etc/mongod.conf
when you run the mongod command, your terminal should hang. This how you know your connected to mongo.