diff options
Diffstat (limited to 'README.md')
-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 |