blob: 40666b79750bc6deb3c082f5bd62125a0ec801a3 (
plain) (
tree)
|
|
DERS
====
Bachelorprosjekt
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```
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
|