Skip to content

Latest commit

 

History

History
executable file
·
12 lines (7 loc) · 511 Bytes

README.md

File metadata and controls

executable file
·
12 lines (7 loc) · 511 Bytes

Minimal Apis - Examples

A place where i'm working with Mininal Api with .NET 6.

Projects

Stars Dapper

This project implements (Minimal Api) a simple Stars Url API including OpenAPI (Swagger) documentation and UI, and uses the Dapper library to perist data to a SQLite database.

Stars Entity Framework Core

This project implements (Minimal Api) a simple Stars API including OpenAPI (Swagger) documentation and UI, and uses the Entity Framework Core library to perist data to a SQLite database.