From 8f949ba8fc59dc2868c7446f66b823e8c2ba6a81 Mon Sep 17 00:00:00 2001 From: kumar Date: Wed, 3 Aug 2016 14:34:31 -0400 Subject: added readme --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c0f3ccd..91d0948 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ -## Requirements - -- [Node and npm](http://nodejs.org) +## Live site: +(soon avail) -## Installation +## For local running: +## Requirements -1. Clone the repository: `git clone git@github.com:scotch-io/node-todo` -2. Install the application: `npm install` -3. Place your own MongoDB URI in `config/database.js` -3. Start the server: `node server.js` -4. View in browser at `http://localhost:8080` +1. Install the application: `npm install` +2. Start the server: `node server.js` +3. View in browser at `http://localhost:3000` -- cgit v1.2.3