aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-04-29 05:18:34 +0300
committerDennis Eriksen <dennis.se@gmail.com>2013-04-29 05:18:34 +0300
commitdf0037739c7b9d06923be618d048d1bf3114e90a (patch)
treeff99214fb2cea01c1ca3ec82d3cf73795fe9b59a
parentcleaned up router.js (diff)
downloadDivid-df0037739c7b9d06923be618d048d1bf3114e90a.tar.gz
Added description
It now says how to start the app.
-rw-r--r--README.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0082347..dd222c7 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,26 @@ DERS
====
Bachelorprosjekt
-hei
+
+Requirements:
+- Node 0.10.x
+- MongoDB
+
+
+To run, first clone the project.
+ ```git clone git@github.com:dennisse/Divid.git```
+
+Then install module dependencies by running ```npm install``` from inside the repository.
+
+Start the application with ```npm start```
+
-Credit where credit is due:
-https://github.com/braitsch/node-login
+
+
+
+
+
+Credit where credit is due:
+https://github.com/madhums/nodejs-express-mongoose-demo