hschuster9 / reminders_mongo

[mongo, node]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[mongo, node]


Languages

Language:JavaScript 50.8%Language:CSS 28.4%Language:HTML 20.8%