Go to file
2020-12-25 19:54:30 +01:00
db API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
docs API - update python dependencies (wip) 2020-12-25 19:15:04 +01:00
docsrc API - update python dependencies (wip) 2020-12-25 19:15:04 +01:00
e2e API & Client - replace testcafe with selenium for e2e tests 2020-09-16 13:52:57 +02:00
fittrackee Client - update react-leaflet to 3.0.5 2020-12-25 19:54:30 +01:00
fittrackee_client Client - update react-leaflet to 3.0.5 2020-12-25 19:54:30 +01:00
.coveragerc API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
.env.example update documentation 2020-09-19 13:56:19 +02:00
.flake8 update documentation 2020-09-19 13:56:19 +02:00
.gitignore update documentation 2020-09-19 13:56:19 +02:00
.gitlab-ci.yml CI - update python 3.9 job 2020-11-22 12:20:47 +01:00
CHANGELOG.md fix typo 2020-09-19 15:10:13 +02:00
LICENSE Initial commit 2017-04-02 20:08:30 +02:00
Makefile update documentation 2020-09-19 13:56:19 +02:00
Makefile.config update documentation 2020-09-19 13:56:19 +02:00
poetry.lock API - update pyjwt to 2.0.0 2020-12-25 19:38:33 +01:00
pyproject.toml API - update pyjwt to 2.0.0 2020-12-25 19:38:33 +01:00
README.md update documentation 2020-09-19 13:56:19 +02:00
VERSION update documentation 2020-09-19 13:56:19 +02:00

FitTrackee

A simple self-hosted workout/activity tracker.

Python Version Flask Version code style: black React Version code style: prettier
Codacy Badge pipeline status 1 coverage report


This web application allows you to track your outdoor activities 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