I created this app to learn:
- How to create a production-ready backend in ASP.NET which includes elegant error handling, middleware use and proper validation.
- How to get around Microsoft SQL database and write queries without using AI. How to use EF Core :)
- How to debug complex problems
- How to write useful tests (unit and integration ones)
- How to use Docker
I focus less on the architecture, but keep the layers divided (Web -> Domain <- EF Core).
There are many apps like my CaseManager, but the goal is learning valuable skills :)
🛠️ Still being developed.