Go to file
2019-09-22 23:08:20 +02:00
docs API & Client - add API error messages translation 2019-09-16 18:54:09 +02:00
docsrc update documentation 2019-09-01 11:40:46 +02:00
fittrackee_api rename migrations 2019-09-22 23:08:20 +02:00
fittrackee_client Client - refactor admin (wip) 2019-09-22 23:08:20 +02:00
misc update documentation 2019-08-31 22:59:56 +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 Client - add prettier 2019-08-28 15:33:50 +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 Client - add prettier 2019-08-28 15:33:50 +02:00
.travis.yml update .travis.yml 2019-09-16 16:54:39 +02:00
CHANGELOG.md update CHANGELOG.md 2019-09-01 11:51:45 +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 Client - add prettier 2019-08-28 15:33:50 +02:00
Makefile.config API - add black 2019-08-28 13:33:19 +02:00
Makefile.custom.config.example API & Client: set file size limit for upload - fix #33 2019-08-31 14:11:11 +02:00
package.json Client - init localization w/ react-i18n - #40 2019-09-08 11:17:02 +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 2019-08-31 14:17:47 +02:00
test.sh fix .travis.yml 2018-11-18 14:07:13 +01:00
VERSION [skip travis] init v0.3.0 2019-09-01 12:14:46 +02:00
yarn.lock Client - init localization w/ react-i18n - #40 2019-09-08 11:17:02 +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