ASP.NET Core 6 API template with layered architecture, JWT auth, and docs
A starter template for ASP.NET Core 6 that implements a layered Web API with examples for JWT authentication, Swagger API documentation, Serilog, AutoMapper, and EF Core data access. It includes repository-pattern code, migrations and seed data, and sample controllers, making it suitable for building RESTful back-end services and prototypes.
0