Go to file
Sam 454ac19ca5 API: docker fix
use of symlink to avoid duplicate Pipfiles
2018-06-20 14:18:49 +02:00
docs README.md update (images) 2018-06-15 11:18:29 +02:00
fittrackee_api API: docker fix 2018-06-20 14:18:49 +02:00
fittrackee_client Client - deactivate administration for now 2018-06-20 11:24:04 +02:00
nginx API & Client: refactor (rename mpwo to fittrackee) 2018-06-07 14:45:51 +02:00
.coveragerc API: refactor (rename mpwo_api to fittrackee_api) 2018-06-07 14:15:39 +02:00
.eslintrc.json config fix 2018-05-01 11:54:37 +02:00
.gitignore API: use of pipenv instead of pip + virtualenv 2018-06-20 13:23:47 +02:00
.isort.cfg API & Client: pre-commit lint 2018-01-14 20:50:50 +01:00
.travis.yml API & Client: refactor (rename mpwo to fittrackee) 2018-06-07 14:45:51 +02:00
docker-compose-ci.yml 'mpwo' renamed to 'FitTrackee' 2018-06-07 15:40:22 +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 API: use of pipenv instead of pip + virtualenv 2018-06-20 13:23:47 +02:00
Makefile.config API: docker fix 2018-06-20 14:18:49 +02:00
Makefile.custom.config.example API & Client: add weather to Activities - fix #8 2018-06-13 17:24:13 +02:00
package-lock.json API & Client: refactor (rename mpwo to fittrackee) 2018-06-07 14:45:51 +02:00
package.json Client: display activity date with user timezone - #11 2018-06-11 15:24:34 +02: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 API & Client: refactor (rename mpwo to fittrackee) 2018-06-07 14:45:51 +02:00
README.md Update README.md 2018-06-15 11:37:30 +02:00
test.sh API & Client: refactor (rename mpwo to fittrackee) 2018-06-07 14:45:51 +02:00
yarn.lock Client: display activity date with user timezone - #11 2018-06-11 15:24:34 +02:00

FitTrackee

A simple self-hosted workout/activity tracker.

Python Version Flask Version React Version
Codacy Badge Codacy Coverage Badge Build Status


This application allows you to track your outdoor activities from gpx files and keep your data on your own server.
Several 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