studentdave / workout-tracker

workout-tracker sample node/mongo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample application that uses Node.js, Express 3 and MongoDB to create a JSON API.

Installation

Install mongodb, run via mongod.

Then cd into the cloned directory and run:

$ npm install

Then run the app:

$ node app

About

workout-tracker sample node/mongo app