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

https://github.com/caiocdj/fastendpointsminimalapi

Minimal Api with FastEndpoint
https://github.com/caiocdj/fastendpointsminimalapi

authentication csharp dotnet entity-framework-core fastendpoints minimal-api

Last synced: about 2 months ago
JSON representation

Minimal Api with FastEndpoint

Awesome Lists containing this project

README

          

FastEndPoint Minimal api


Api com serviços de crud de usuario desenvolvido com base na lib FastEnpoint, contendo autenticação jwt e entityframeworkCore com Sqlite.

## Rodando a Aplicação

Depois de clonar o repositorio na pasta do projeto execute

dotnet restore

Apos isso para executar o projeto

dotnet run

## Pacotes utilizados

- EntityFrameworkCore.Design
- EntityFrameworkCore.Sqlite
- FastEndpoint
- FastEndpoint.Security
- FastEndpoint.Swagger