blob: dd222c7f9d49bdd540a77eb10ff02662d37be71d (
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```
Credit where credit is due:
https://github.com/madhums/nodejs-express-mongoose-demo
|