danibranas / runtrack

Tracking app for runners
MIT License
1 stars 0 forks source link
android apm app kotlin muei runner tracking udc

Runtrack

Build Status License: MIT

Tracking app for runners for Android platform.

Work in Progress!!: this project is not suitable for use in production.

About this project

Runtrack is a tracking app for runners, oriented to competition profiles. Organizers can publish their races and athletes can get info, join them and track their results.

Please, see the Wiki (Spanish) to get more info.

Development environment

Runtrack is programmed in Kotlin and uses some external services as Google Play Services, which require using API Keys to work. For security reasons, keys are not published on the repo, but you can use your owns. To do that, you can create a res/values/secrets.xml file, excluded from VSC, and fill it with the values. There is a template on res/values/secrets.template.xml.

Backend

You can find the backend repository on GitHub's rcoedo/untrack-be repo.