HackYourBrain
An app that uses pictures of food to train your brain to have negative associations with junk food. For the We Code Hackathon 2016
Installation
Install Python 2.7
- clone the project
- cd into the project
pip install virtualenvvirtualenv envOn Mac:source env/bin/activateOn Windows:source env\Scripts\activate # let me know if this worksMake sure there is a little (env) in front of your promptpip install django && pip install pillowpython manage.py makemigrations trainer && python manage.py migratepython manage.py runserverto create an admin:python manage.py createsuperusergo to http://localhost:8000/admin/ and add some models to the database. Then go to http://localhost:8000/

Log in or sign up for Devpost to join the conversation.