Go to file
2019-08-28 14:34:34 +02:00
docs API - migrating from pipenv to poetry 2019-08-28 13:28:23 +02:00
docsrc update documentation 2019-08-25 21:21:34 +02:00
fittrackee_api API - minor change 2019-08-28 14:34:34 +02:00
fittrackee_client API & Client: use segment index on API only - fix #14 2019-08-25 21:10:59 +02:00
misc rename docs directory 2019-07-14 14:39:40 +02: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 refactor - use of PureComponents to avoid useless re-rendering 2019-01-09 12:07:57 +01:00
.gitignore API - migrating from pipenv to poetry 2019-08-28 13:28:23 +02:00
.isort.cfg API - add black 2019-08-28 13:33:19 +02:00
.travis.yml update travis config 2019-08-25 13:06:02 +02:00
CHANGELOG.md update documentation 2019-08-25 21:21:34 +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 API - add black 2019-08-28 13:33:19 +02:00
Makefile.config API - add black 2019-08-28 13:33:19 +02:00
Makefile.custom.config.example Client - disable registration - fix #36 2019-08-25 12:50:42 +02:00
package.json update package.json 2019-07-07 10:26:47 +02:00
poetry.lock API - move poetry files in api folder 2019-08-28 13:33:19 +02:00
pyproject.toml API - move poetry files in api folder 2019-08-28 13:33:19 +02:00
README.md update README.md to add link to documentation - #21 2019-07-14 21:37:55 +02:00
test.sh fix .travis.yml 2018-11-18 14:07:13 +01:00
VERSION [skip travis] update version 2019-08-25 22:21:09 +02:00
yarn.lock Client - update js dependencies 2019-08-25 13:06:02 +02: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 documentation for more information)

FitTrackee Dashboard


Notes:
1. Test coverage: only for Python API