FitTrackee/README.md
2020-09-19 13:56:19 +02:00

2.3 KiB

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