This application is no longer deployed anywhere. The data collected during it's use in a development plan timetable workshop has been backed up and is available in data/database_backup.dump
Requirements
Install front end build tool (gulp)
npm install
Make a virtualenv for the project and install python dependencies
pip install -r requirements.txt
Generate CSS
gulp scss
Run flask server
flask run