This is a template for creating Web API with .NET 6 Dapper JWT. I create this template for the very basic structure of a Web API.
Boilerplate code for:
- Basic JWT authentication
- Dapper connection to database
Edit DapperContext.cs
file !
Edit appsettings.json
file !