### Swagger Documentation - [x] Swagger UI accessible at `http://localhost:8080/swagger-ui/index.html` - [x] All current endpoints visible in Swagger UI ### Error Handling - [x] Invalid status value returns 400 Bad Request - [x] Missing projectId returns validation error - [x] Negative duration returns validation error - [x] Database connection failure returns meaningful error ### README Documentation - [ ] Prerequisites listed (Java 17, Maven, Docker) - [ ] Database setup commands documented - [ ] Environment configuration explained - [ ] Steps to run the application - [ ] Swagger URL provided for testing
Swagger Documentation
http://localhost:8080/swagger-ui/index.htmlError Handling
README Documentation