Go to file
2020-05-02 18:50:42 +02:00
docs add missing doc 2020-05-02 18:43:10 +02:00
docsrc add missing doc 2020-05-02 18:43:10 +02:00
fittrackee_api API - fix test 2020-05-02 18:50:42 +02:00
fittrackee_client Client - update style to make tables more responsive 2020-05-02 18:43:10 +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 update lint config (due to changes with prettier 2.0.x version) 2020-05-01 09:28:34 +02:00
.flake8 API & Client - add pagination and filter on users lists 2020-05-02 18:43:10 +02: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
.prettierrc update lint config (due to changes with prettier 2.0.x version) 2020-05-01 09:28:34 +02:00
.travis.yml Merge branch 'master' into v0.3.0 2020-05-01 09:51:19 +02:00
CHANGELOG.md update CHANGELOG.md 2020-01-31 15:23:57 +01:00
docker-compose-ci.yml add CI env variable to avoid react-script exiting 2020-04-29 17:18:20 +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 - move some app configuration parameters in database 2019-11-13 18:40:49 +01:00
Makefile.config API - add black 2019-08-28 13:33:19 +02:00
Makefile.custom.config.example remove unused env variables 2019-11-13 22:15:15 +01:00
package.json update JS dependencies 2020-04-29 15:35:26 +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 CHANGELOG.md 2020-01-31 14:23:31 +01:00
test.sh update test step on ci 2020-01-31 09:12:52 +01:00
VERSION update CHANGELOG.md 2020-01-31 14:23:31 +01:00
yarn.lock Merge branch 'master' into v0.3.0 2020-05-01 09:51:19 +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