Spring Boot REST API for tracking fitness activities & JWT-secured recommendations.
76
A production-style REST API for tracking fitness activities and generating personalized recommendations. Built with Spring Boot, PostgreSQL, and JWT-based authentication.
docker pull lovekumar58/fitness-app-monolith
docker run -p 8080:8080 \
-e DB_URL=jdbc:postgresql://<host>:5432/fitness-db \
-e DB_USER=<user> \
-e DB_PWD=<password> \
lovekumar58/fitness-app-monolith
| Variable | Description |
|---|---|
DB_URL | PostgreSQL JDBC URL |
DB_USER | Database username |
DB_PWD | Database password |
Once running, Swagger UI is available at: http://localhost:8080/swagger-ui.html
Full source, architecture, and API documentation: GitHub — fitness-monolith
Content type
Image
Digest
sha256:21c2fc699…
Size
165 MB
Last updated
1 day ago
docker pull lovekumar58/fitness-app-monolith