Go to file
2019-01-06 14:17:34 +01:00
docs README.md update (images) 2018-06-15 11:18:29 +02:00
fittrackee_api refresh activity data - wip 2019-01-06 14:17:34 +01:00
fittrackee_client fix duration display in activity chart 2019-01-05 12:38:13 +01:00
nginx API & Client: refactor (rename mpwo to fittrackee) 2018-06-07 14:45:51 +02:00
.coveragerc set limit for gpx zip import - see #19 2018-07-01 17:12:58 +02:00
.eslintrc.json display total duration in tooltip - fix #26 2018-12-31 15:05:23 +01:00
.gitignore Makefile update 2018-07-01 15:41:32 +02:00
.isort.cfg API & Client: pre-commit lint 2018-01-14 20:50:50 +01:00
.travis.yml fix ci config 2018-09-09 15:05:21 +02:00
docker-compose-ci.yml fix ci config 2018-09-09 15:05:21 +02:00
docker-compose.yml API & Client: refactor (rename mpwo to fittrackee) 2018-06-07 14:45:51 +02:00
LICENSE Initial commit 2017-04-02 20:08:30 +02:00
Makefile fix Makefile after Python deps update 2018-11-18 13:55:33 +01:00
Makefile.config update JS dependencies 2018-11-18 13:06:04 +01:00
Makefile.custom.config.example gpx limit fix - #19 2018-07-01 17:48:45 +02:00
package.json update JS deps 2019-01-05 12:28:03 +01:00
Pipfile API: docker fix 2018-06-20 14:18:49 +02:00
Pipfile.lock API: docker fix 2018-06-20 14:18:49 +02:00
pytest.ini set limit for gpx zip import - see #19 2018-07-01 17:12:58 +02:00
README.md README.md update 2018-11-18 14:34:42 +01:00
test.sh fix .travis.yml 2018-11-18 14:07:13 +01:00
yarn.lock update JS deps 2019-01-05 12:28:03 +01:00

FitTrackee

A simple self-hosted workout/activity tracker.

Python Version Flask Version React Version
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 wiki for more informations)

FitTrackee Dashboard

FitTrackee Activity

FitTrackee Activities


Notes:
1. Test coverage: only for Python API