Article:

https://medium.com/geekculture/minimal-apis-in-net-6-a-complete-guide-beginners-advanced-fd64f4da07f5

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

Last modified: April 11, 2022

Author

Comments

Write a Reply or Comment