Go to file
2021-11-03 17:08:14 +01: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 - update docker documentation 2021-10-17 09:28:59 +02:00
docsrc Docs - update docker documentation 2021-10-17 09:28:59 +02:00
e2e Client - replace 'Activity' with 'Workout' - fix #58 2021-01-10 11:39:51 +01:00
fittrackee update js dependencies 2021-10-17 08:58:40 +02:00
fittrackee_client Docker - add client with react dev tools 2021-10-17 09:24:43 +02:00
.coveragerc API - update python dependencies 2021-01-31 18:40:20 +01:00
.dockerignore Added data to dockerignore 2021-10-18 13:33:13 -04:00
.env.docker Update ENV and fix CORS 2021-10-18 11:54:20 -04:00
.env.example API - minor fix + update .env templates 2021-07-17 12:33:42 +02:00
.flake8 update documentation 2020-09-19 13:56:19 +02:00
.gitignore Docker updates for full files 2021-10-18 10:26:37 -04:00
.gitlab-ci.yml CI - add python 3.10 2021-10-20 09:10:56 +02:00
CHANGELOG.md update CHANGELOG 2021-07-16 20:33:15 +02:00
docker-compose-dev.yml Update ENV and fix CORS 2021-10-18 11:54:20 -04:00
Dockerfile add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
LICENSE update license to AGPLv3 2021-11-03 17:08:14 +01:00
Makefile Moved -d to allow for run 2021-10-18 11:28:48 -04: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 update python dependencies 2021-10-16 21:16:43 +02:00
pyproject.toml update python dependencies 2021-10-16 21:16:43 +02:00
README.md Docs - remove proprietary app from list of examples of tracking apps 2021-06-06 11:34:22 +02:00
VERSION bump version to 0.4.9 2021-07-16 20:33:15 +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 (non-exhaustive list):

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