diff options
-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 |