A simple ASP.NET Core REST API example/template.
- .NET 6.0.
- Entity Framework Core.
- MySQL (the process is similar for MS SQLServer).
- Swagger Documentation.
- Clean startup (for .NET6 it is program.cs, but the process is same).
- API routing.
- Basic versioning of API endpoints.
- JWT Authentication