Article:
Source Code Example:
https://github.com/csehammad/MinimalAPIDemo/
Live Example:
https://minimalapidemo.azurewebsites.net/swagger/index.html
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
Comments