mirror of
https://github.com/sstent/FitTrack_ReportGenerator.git
synced 2025-12-05 23:51:42 +00:00
9e0bd322d3a6e342318f2934409c4c695fde84e7
This commit introduces the initial version of the FitTrack Report Generator, a FastAPI application for analyzing workout files. Key features include: - Parsing of FIT, TCX, and GPX workout files. - Analysis of power, heart rate, speed, and elevation data. - Generation of summary reports and charts. - REST API for single and batch workout analysis. The project structure has been set up with a `src` directory for core logic, an `api` directory for the FastAPI application, and a `tests` directory for unit, integration, and contract tests. The development workflow is configured to use Docker and modern Python tooling.
The file is empty.
Description
Languages
Python
97%
HTML
2.7%
Dockerfile
0.3%