A flask based generator for creating dynamic workout programs.
Requirements:
- Python 3.X (tested on Python 3.5)
Create a virtual environment using CMD:
cd /app/location/
virtualenv venv
venv/Scripts/activate.bat
pip install -r requirements.txtRun the app locally by running the command python run.py
Make sure you have installed Heroku CLI and run the following:
heroku create <Optional Name> --buildpack heroku/python
heroku addons:add heroku-postgresql:hobby-dev
git push heroku masterAll credits goes to Tommy Odland for creating this application.