###Database installation Install Mongodb, and run mongo on the local computer
sudo mongod
###Dependencies installation Make sure to have node and npm installed to the latest version
Install yo, grunt and bower for dev purposes
npm install -g yo grunt-cli bower
####Dependencies Installation
Client-side dependencies
bower install
Server-side dependencies
npm install
###Launch Run the server
grunt serve
###Development
Launch once then comment out the user accounts in seeds.js (Harwarelab/evironment/seed.js)