p-cuadros / APIDemo6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TSQL 68.1%Language:C# 31.9%