A web-application for booking servers and creating gathers
Following instructions are for setting up the enviroment so it is ready for developing and running of the system.
Copy config.json.example and rename it to config.json.
Alter fields where needed.
Install mongodb: http://docs.mongodb.org/manual/installation/
Create a folder for the applications mongodb data
Start mongodb server with command: mongod --dbpath
Install npm: https://docs.npmjs.com/getting-started/installing-node
From project root, write command: npm install
From project root, write command: npm start
Access webpage at http://localhost:3000