A comprehensive backend service for fitness applications. It enables tracking of detailed workout logs, progressive overload, body metrics, and calorie goals to provide performance analytics.

1 Open Issue Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Organize the Spring Boot project by creating a standard package structure including 'repository', 'service', 'controller', 'config', 'security', 'dto', and 'exception' packages. Move existing entity classes to a 'domain' or 'entity' package and create a UserResponseDTO to manage data transfer.

Complexity: 2/5
good first issue chore

A comprehensive backend service for fitness applications. It enables tracking of detailed workout logs, progressive overload, body metrics, and calorie goals to provide performance analytics.

Java