https://github.com/adshan/dotnet-repr-pattern
An alternative approach to Minimal APIs and MVC using the REPR design pattern with FastEndpoints.
https://github.com/adshan/dotnet-repr-pattern
dotnet fastendpoints repr-pattern
Last synced: about 2 months ago
JSON representation
An alternative approach to Minimal APIs and MVC using the REPR design pattern with FastEndpoints.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-repr-pattern
- Owner: AdsHan
- License: mit
- Created: 2024-01-15T21:44:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T12:19:02.000Z (almost 2 years ago)
- Last Synced: 2026-04-25T12:36:15.793Z (about 2 months ago)
- Topics: dotnet, fastendpoints, repr-pattern
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-repr-pattern
Demonstração da aplicação do padrão REPR (Request-Endpoint-Response) como uma alternativa para Minimal APIs e MVC, utilizando o FastEndpoints.
# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).