Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 490 Bytes

.NET

Sample RESTful API with ASP.NET Core

API features:

  • PostgreSQL database
  • Entity Framework Core
  • Swagger
  • JWT authentication
  • Role-based authorization
  • xUnit integration tests with TestContainers
  • Automapper
  • FluentValidation
  • ApiKey authentication option
  • Response caching with Redis cache
  • Response pagination
  • Health checks for resources: data context (postgres DB) and Redis cache