diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-29 05:18:34 +0300 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-29 05:18:34 +0300 |
commit | df0037739c7b9d06923be618d048d1bf3114e90a (patch) | |
tree | ff99214fb2cea01c1ca3ec82d3cf73795fe9b59a | |
parent | cleaned up router.js (diff) | |
download | Divid-df0037739c7b9d06923be618d048d1bf3114e90a.tar.gz |
Added description
It now says how to start the app.
-rw-r--r-- | README.md | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -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 |