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