Open Issues Need Help
View All on GitHub 1 - chore: Set Up Application Package Structure about 2 months ago
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