aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2016-08-03 18:30:06 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2016-08-03 18:30:06 +0000
commitf383a85f8ed569821ea0e929139dcd68c5541519 (patch)
treee21ca3c635e0bf6aaa124a7954451a09237121c4 /README.md
all files
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c0f3ccd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+## Requirements
+
+- [Node and npm](http://nodejs.org)
+
+## Installation
+
+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`
+
+
+