Skip to content

Tracks improvements to running pace, and the contextual metrics around it.

Notifications You must be signed in to change notification settings

OzuYatamutsu/running-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

running-tracker Build Status

Tracks improvements to running pace, and the contextual metrics around it.

This project is currently a work-in-progress.

Installation

running-tracker is written in Python 3. To install requirements to start it:

pip install -r requirements.txt

To run:

Bash

FLASK_APP=app.py python -m flask run

PowerShell

$env:FLASK_APP='app.py'; python -m flask run

Generating mock data

python -m test.mock.create_and_seed_test_database

About

Tracks improvements to running pace, and the contextual metrics around it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published