Skip to content

ga-wdi-exercises/reminders_mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.