A clean, modern REST API backend built with ASP.NET Core (.NET 10) following minimal‑API architecture.
- Minimal API architecture (no controllers)
- CRUD operations for game entities
- DTO‑based request/response models
- In‑memory data storage (easy switch to EF Core)
- Route groups + extension methods for clean endpoint organization
- Async API design
- Input validation + basic error handling
- REST Client integration for testing inside VS Code
- ASP.NET Core (.NET 10)
- C#
- Minimal APIs
- REST Client (VS Code)
- In‑Memory Repository Pattern