diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-27 13:33:55 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-27 13:33:55 +0200 |
commit | cc5014958f86703c689b2732dbdf0dc989496832 (patch) | |
tree | 0964a437ce3446684773d5b14a877663e57e4d8d | |
parent | cleaned up some and added a bunch of comments (diff) | |
download | Divid-cc5014958f86703c689b2732dbdf0dc989496832.tar.gz |
updatedBachelor
-rw-r--r-- | README.md | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -1,7 +1,7 @@ DERS ==== -Bachelorprosjekt +This was made as a bachelorsproject for [Dennis Eriksen](http://denniseriksen.com), [Erling Andreas Aaby](http://no.linkedin.com/pub/erling-aaby/21/aba/742), [Robert Koldstadbakken Joramo](http://no.linkedin.com/pub/robert-kolstadbakken-joramo/48/526/569) and [Stian Alexander Olsen](http://no.linkedin.com/pub/stian-alexander-olsen/58/439/190) Requirements: - Node 0.10.x @@ -14,14 +14,3 @@ To run, first clone the project. Then install module dependencies by running ```npm install``` from inside the repository. Start the application with ```npm start``` - - - -To change port, open ```app.js``` and edit the portnumber. 8001-8005 are available public for testing. 8000 is master. - - - - - -Credit where credit is due: -https://github.com/madhums/nodejs-express-mongoose-demo |