aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/README.md
blob: dcceeeb6c5efb6256dc5bb5503aadcc4dc909bc4 (plain) (tree)
1
2
3
4
5
6
7


    
                                                                                                                                                                                                                                                                                                                                                        
 

                                                                                                          










                                                                                         
DERS
====

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)

For the original assignment, check the [bachelor branch](https://github.com/dennisse/Divid/tree/Bachelor).

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```