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
- Host: GitHub
- URL: https://github.com/caiocdj/fastendpointsminimalapi
- Owner: CaioCDJ
- Created: 2022-10-01T16:31:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T00:18:34.000Z (over 3 years ago)
- Last Synced: 2025-03-17T12:30:57.571Z (about 1 year ago)
- Topics: authentication, csharp, dotnet, entity-framework-core, fastendpoints, minimal-api
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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