An open API service indexing awesome lists of open source software.

https://github.com/ivanclay/aspnet-minimal-api

Create Minimal APIs with .NET 8
https://github.com/ivanclay/aspnet-minimal-api

asp-net dotnet minimal-api

Last synced: 3 months ago
JSON representation

Create Minimal APIs with .NET 8

Awesome Lists containing this project

README

          

# AspNet Minimal API

![Badge de Licença](https://img.shields.io/badge/.NET-8.0.0-blue.svg?style=flat-square&logo=dotnet)
![Badge de Licença](https://img.shields.io/badge/Entity_Framework_SQLite-8.0.1-orange.svg?style=flat-square&logo=entityframework)
![Badge de Licença](https://img.shields.io/badge/Entity_Framework_Tools-8.0.1-orange.svg?style=flat-square&logo=entityframework)
![Badge de Licença](https://img.shields.io/badge/git-2.42.0-lightgrey.svg?style=flat-square&logo=git)

![Badge de Versão](https://img.shields.io/badge/app-v_1.0.0-green.svg?style=flat-square&logo=app)
![Badge de Status do Projeto](https://img.shields.io/badge/status-training-blue.svg?style=flat-square)

Create Minimal APIs with .NET 8

### Contextualization

- [--]()

### Dependencies and Tools

- [Microsoft.EntityFrameworkCore.Sqlite 8.0.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/8.0.1)
- [Microsoft.EntityFrameworkCore.Tools 8.0.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/8.0.1)
- [AutoMapper.Extensions.Microsoft.DependencyInjection 12.0.1](https://www.nuget.org/packages/AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.1)
- [MiniValidation 0.9.2](https://www.nuget.org/packages/MiniValidation/0.9.2)
- [Swashbuckle.AspNetCore 7.3.1](https://www.nuget.org/packages/Swashbuckle.AspNetCore/7.3.1)
- [Microsoft.AspNetCore.OpenApi 8.0.3](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi/8.0.13)
- [Microsoft.AspNetCore.Authentication.JwtBearer 8.0.13](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/8.0.13)
- [SQLite](https://www.sqlite.org/download.html)