Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 479 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 479 Bytes

Reminder.ly

Description

This is a 2 - model Todo App built using Express and Mongo/mongoose. Authors have many reminders.

Setup

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.