/fitnezz

Strava app

Primary LanguageHTML

Simple Flask app for Heroku.

Because Bo is awesome. 😻 💃

###Setup Create a Strava application https://www.strava.com/developers

Ensure you have a nice python environment with virtualenv

which python
python -v # Test with 2.7
which virtualenv # If it's not there install with;
# pip install virtualenv

Setup a .config file for virtualenv which'll set some environment variables

cp .config.example .config # Edit accordingly
make  # set up virtual env
. env/bin/activate  # activate env
make run  # start dev server