blob: 40666b79750bc6deb3c082f5bd62125a0ec801a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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
|