Simple Web API with full CRUD operations.
Tech Stack & Key Features
- ASP.NET Core Web API
- Layered architecture
- Dependency Injection (DI)
- DTOs + AutoMapper
- Response compression
- Health checks
- Custom authentication middleware
- ADO.NET for data access
- SQL Server as backend
- SQL scripts included
- Postman collection for testing