# mpwo **A simple self-hosted workout/activity tracker.** [![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org) [![Flask Version](https://img.shields.io/badge/flask-1.0-brightgreen.svg)](http://flask.pocoo.org/) [![React Version](https://img.shields.io/badge/react-16.4-brightgreen.svg)](https://reactjs.org/) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/45d64b31e37e4890a239b8298e66a011)](https://www.codacy.com/app/SamR1/mpwo?utm_source=github.com&utm_medium=referral&utm_content=SamR1/mpwo&utm_campaign=badger) [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/45d64b31e37e4890a239b8298e66a011)](https://www.codacy.com/app/SamR1/mpwo?utm_source=github.com&utm_medium=referral&utm_content=SamR1/mpwo&utm_campaign=Badge_Coverage)1 [![Build Status](https://travis-ci.org/SamR1/mpwo.svg?branch=master)](https://travis-ci.org/SamR1/mpwo) --- This application allows you to track your sports activity from gpx files and keep your data on your own server. Several mobile apps can store workout data locally and export it into a gpx file. Examples (for Android): * [Runner Up](https://github.com/jonasoreland/runnerup) (GPL v3) * [ForRunners](https://github.com/brvier/ForRunners) (GPL v3) * [AlpineQuest](https://www.alpinequest.net/) (Proprietary) ... **Still under development (not ready for production).** (see [Wiki](https://github.com/SamR1/mpwo/wiki) for more informations) ![mpwo screenshot](docs/images/mpwo_screenshot-01.png) ![mpwo screenshot](docs/images/mpwo_screenshot-02.png) --- Notes: _1. Test coverage: only for Python API_