diff options
| author | kumar <damani.kumar@mail.utoronto.ca> | 2016-08-03 18:34:31 +0000 |
|---|---|---|
| committer | kumar <damani.kumar@mail.utoronto.ca> | 2016-08-03 18:34:31 +0000 |
| commit | 8f949ba8fc59dc2868c7446f66b823e8c2ba6a81 (patch) | |
| tree | 60f7d355b4c24c3c40e5096efc649367f47d8b9e | |
| parent | f383a85f8ed569821ea0e929139dcd68c5541519 (diff) | |
added readme
| -rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -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` |
