Go to file
2020-09-16 15:53:05 +02:00
db API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
docs API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
docsrc API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
e2e API & Client - replace testcafe with selenium for e2e tests 2020-09-16 13:52:57 +02:00
fittrackee API - serve favicon and images 2020-09-16 15:53:05 +02:00
fittrackee_client remove unused files and dependencies 2020-09-16 15:04:22 +02:00
.coveragerc API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
.eslintrc.json update lint config (due to changes with prettier 2.0.x version) 2020-05-01 09:28:34 +02:00
.flake8 API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
.gitignore API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
.gitlab-ci.yml API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
.prettierrc update lint config (due to changes with prettier 2.0.x version) 2020-05-01 09:28:34 +02:00
CHANGELOG.md API & Client - update map attribution to match tile server - fix #54 2020-09-16 13:01:21 +02:00
LICENSE Initial commit 2017-04-02 20:08:30 +02:00
Makefile API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
Makefile.config API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
Makefile.custom.config.example API & Client - update map attribution to match tile server - fix #54 2020-09-16 13:01:21 +02:00
package.json API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
poetry.lock API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
pyproject.toml API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
README.md Update README.md 2020-07-15 17:25:55 +02:00
VERSION update documentation 2020-07-15 15:30:41 +02:00
yarn.lock remove unused files and dependencies 2020-09-16 15:04:22 +02:00

FitTrackee

A simple self-hosted workout/activity tracker.

Python Version Flask Version code style: black React Version code style: prettier
Codacy Badge Codacy Coverage Badge1 Build Status


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 development (not ready for production).
(see issues and documentation for more information)

FitTrackee Dashboard


Notes:
1. Test coverage: only for Python API