TaskTracker/ ├── Authorization/ # Custom resource-based auth handlers ├── Controllers/ # MVC Controllers ├── Database/ # DbInitializer — creates tables on startup ├── Hubs/ # SignalR TaskHub ├── ...
A RESTful API for managing users, projects, and tasks, built with Spring Boot. Supports full CRUD operations, validation, pagination, filtering, centralized exception handling, authentication, email ...