##To run the webapp:##
- clone the repo:
git clone https://github.com/tarzzz/hack_app
- install dependencies:
pip install -r hack_app/requirements.txt
- cd into hack_app dir, syncdb and run dev server:
cd hack_app && python manage.py syncdb && python manage.py runserver
- Point your browser to https://localhost:8000/