- Endpoint routing
- Middlewares
- Endpoint filters
- Dependency injection
- Clone the repository
- Open on your favorite IDE (prefer VSCode)
- Ensure C# Dev kit Extension is present
- Run
dotnet run - Test endpoints with any HTTP client
- Sample HTTP requests can be found in Requests.http file. You need the REST Client extension for it.