HoosHealthy
To run web application:
- Clone repo
Install dependencies via the following command:
pip install -r requirements.txtIf needed, update the database schema:
python mach3/manage.py makemigrations python mach3/manage.py migrateIf needed, upload initial database records:
python mach3/manage.py loaddata learning/fixtures/initial_data.jsonStart a local server via the following command:
python mach3/manage.py runserverAccess the web application via the following domain:
Log in or sign up for Devpost to join the conversation.