A simple custom scheduling web app.
####Server Setup
- install nodejs / https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
- install CoffeeScript / or install with npm
- install global dependencies:
npm install -g grunt-cli
- update local dependencies
cd server; npm up
- run server
grunt
- run tests
grunt mochaTest