Backend

###Setup:

Install node and mongodb, then run:

  $ npm install
  $ mongod
  $ cp config/default.json.sample config/default.json

###Run Server:

  $ gulp #development mode
  $ gulp --production #production mode