Go to file
Sam f6beeff062 Docs - downgrade sphinx version due to deprecated method
`force_decode` is removed in 4.0, generating errors with `sphinxcontrib.httpdomain`
2021-06-06 11:23:26 +02:00
db add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
docker add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
docs Docs - downgrade sphinx version due to deprecated method 2021-06-06 11:23:26 +02:00
docsrc update documentation 2021-04-07 10:43:20 +02:00
e2e Client - replace 'Activity' with 'Workout' - fix #58 2021-01-10 11:39:51 +01:00
fittrackee API - fix test 2021-05-22 18:07:27 +02:00
fittrackee_client Client - lint fix after prettier update 2021-05-22 17:25:14 +02:00
.coveragerc API - update python dependencies 2021-01-31 18:40:20 +01:00
.dockerignore add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
.env.docker update python dependencies 2021-04-06 13:19:10 +02:00
.env.example update python dependencies 2021-04-06 13:19:10 +02:00
.flake8 update documentation 2020-09-19 13:56:19 +02:00
.gitignore update .gitignore 2021-01-03 19:04:20 +01:00
.gitlab-ci.yml update python dependencies 2021-04-06 13:19:10 +02:00
CHANGELOG.md update documentation 2021-04-07 10:43:20 +02:00
docker-compose-dev.yml add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
Dockerfile add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
LICENSE Initial commit 2017-04-02 20:08:30 +02:00
Makefile API - update python dependencies 2021-01-31 18:40:20 +01:00
Makefile.config update python dependencies 2021-04-06 13:19:10 +02:00
mypy.ini API - update python dependencies 2021-01-31 18:40:20 +01:00
poetry.lock Docs - downgrade sphinx version due to deprecated method 2021-06-06 11:23:26 +02:00
pyproject.toml Docs - downgrade sphinx version due to deprecated method 2021-06-06 11:23:26 +02:00
README.md API - replace 'Activity' with 'Workout' - #58 2021-01-10 11:32:11 +01:00
VERSION bump version to 0.4.7 2021-04-07 10:00:16 +02:00

FitTrackee

A simple self-hosted workout/activity tracker.

PyPI version Python Version Flask Version code style: black type check: mypy
React Version code style: prettier
Codacy Badge pipeline status coverage report 1


This web application allows you to track your outdoor activities (workouts) from gpx files and keep your data on your own server.
No mobile app is developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
Examples (for Android):

Maps are displayed using Open Street Map.
It is also possible to add a workout without a gpx file.

Still under heavy development (some features may be unstable).
(see issues and documentation for more information)

FitTrackee Dashboard Screenshot


Notes:
1. Test coverage: only for Python API