/run

Bespoke running training plans

Primary LanguagePythonMIT LicenseMIT

Run

Create a bespoke running training plan

Web application for creating a bespoke running training plan for your event and ability level.

Hosted at https://running-plan.herokuapp.com

Features

Covers 5k, 10k, half marathon and full marathon events and beginner, intermediate and advanced ability levels.

Development setup (UNIX)

First clone the repository to desired folder location:

$ git clone https://github.com/benranderson/run.git

Navigate into app directory:

$ cd run

Install dependencies:

$ pip install -r requirements.txt

Set the FLASK_APP environment variable and run the server:

$ export FLASK_APP=run.py
$ flask run

Meta

Ben Randerson – ben.m.randerson@gmail.com

https://github.com/benranderson