/MinimalAPIDemo

Minimal APIs Demo using .NET6, EFCore6, C#10

Primary LanguageTSQL

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

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: API Demo