2018-06-07 15:40:22 +02:00
# FitTrackee
2018-05-30 17:48:58 +02:00
**A simple self-hosted workout/activity tracker.**
2017-04-02 20:12:15 +02:00
2021-01-03 10:25:05 +01:00
[![PyPI version ](https://img.shields.io/pypi/v/fittrackee.svg )](https://pypi.org/project/fittrackee/)
2020-07-15 17:25:55 +02:00
[![Python Version ](https://img.shields.io/badge/python-3.7+-brightgreen.svg )](https://python.org)
2019-07-14 12:14:51 +02:00
[![Flask Version ](https://img.shields.io/badge/flask-1.1-brightgreen.svg )](http://flask.pocoo.org/)
2019-08-31 14:17:47 +02:00
[![code style: black ](https://img.shields.io/badge/code%20style-black-black )](https://github.com/psf/black)
2021-01-03 09:54:36 +01:00
[![type check: mypy ](https://img.shields.io/badge/type%20check-mypy-blue )](http://mypy-lang.org/)
2020-12-30 10:13:42 +01:00
[![React Version ](https://img.shields.io/badge/react-17.0-brightgreen.svg )](https://reactjs.org/)
2019-08-31 14:17:47 +02:00
[![code style: prettier ](https://img.shields.io/badge/code_style-prettier-ff69b4.svg )](https://github.com/prettier/prettier)
2018-06-12 11:47:01 +02:00
[![Codacy Badge ](https://api.codacy.com/project/badge/Grade/290a285f22e94132904dc13b4dd19d1d )](https://www.codacy.com/app/SamR1/FitTrackee)
2021-01-03 09:54:36 +01:00
[![pipeline status ](https://gitlab.com/SamR1/FitTrackee/badges/master/pipeline.svg )](https://gitlab.com/SamR1/FitTrackee/-/commits/master)
[![coverage report ](https://gitlab.com/SamR1/FitTrackee/badges/master/coverage.svg )](https://gitlab.com/SamR1/FitTrackee/-/commits/master) < sup >< sup > 1</ sup ></ sup >
2017-12-17 12:07:25 +01:00
2018-05-30 17:48:58 +02:00
---
2021-01-10 11:16:43 +01:00
This web application allows you to track your outdoor activities (workouts) from gpx files and keep your data on your own server.
2018-07-04 14:29:27 +02:00
No mobile app is developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
2018-05-30 17:48:58 +02:00
Examples (for Android):
* [Runner Up ](https://github.com/jonasoreland/runnerup ) (GPL v3)
2019-07-14 19:54:44 +02:00
* [ForRunners ](https://gitlab.com/brvier/ForRunners ) (GPL v3)
2020-07-15 17:19:37 +02:00
* [OpenTracks ](https://github.com/OpenTracksApp/OpenTracks ) (Apache License)
* [FitoTrack ](https://codeberg.org/jannis/FitoTrack ) (GPL v3)
2019-12-29 11:00:29 +01:00
* [AlpineQuest ](https://www.alpinequest.net/ ) (Proprietary, no trackers according to [exodus privay report ](https://reports.exodus-privacy.eu.org/en/reports/search/psyberia.alpinequest.free/ ))
2018-05-30 18:40:24 +02:00
2018-06-15 11:37:30 +02:00
Maps are displayed using [Open Street Map ](https://www.openstreetmap.org ).
It is also possible to add a workout without a gpx file.
2018-05-30 17:48:58 +02:00
2020-09-19 13:56:14 +02:00
**Still under heavy development (some features may be unstable).**
2019-07-14 19:54:44 +02:00
(see [issues ](https://github.com/SamR1/FitTrackee/issues ) and [documentation ](https://samr1.github.io/FitTrackee ) for more information)
2018-05-30 17:48:58 +02:00
2020-09-19 13:56:14 +02:00
![FitTrackee Dashboard Screenshot ](https://samr1.github.io/FitTrackee/_images/fittrackee_screenshot-01.png )
2018-06-07 22:57:58 +02:00
2018-05-12 18:21:00 +02:00
---
Notes:
_1. Test coverage: only for Python API_