MinimalAPIDemo
Minimal APIs Demo using .NET6, EFCore6, C#10
Install / Use
/learn @csehammad/MinimalAPIDemoREADME
Minimal APIs Demo using .NET6 , EFCore6 and Sql Server
DB Script: Create a new database and run the script located at /DB/AuthorsDB_Script.sql
Live Demo: https://minimalapidemo.azurewebsites.net/swagger/index.html
This project demonstrates the following:
- How to create a CRUD APIs in .NET6 using Minimal APIS.
- How to add OpenAPI Specifications using Swagger
- How to Secure Minimal APIs using JWT Authentication
Swagger Specs:

