https://github.com/adshan/dotnet-crud-mongo-custom-response
Custom Response to requests. Input Model Validation with Fluent Validation.
https://github.com/adshan/dotnet-crud-mongo-custom-response
dotnet fluent-validation mongodb net5 repository-pattern
Last synced: 3 months ago
JSON representation
Custom Response to requests. Input Model Validation with Fluent Validation.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-crud-mongo-custom-response
- Owner: AdsHan
- License: mit
- Created: 2021-07-31T13:48:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T13:58:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T09:15:03.749Z (3 months ago)
- Topics: dotnet, fluent-validation, mongodb, net5, repository-pattern
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-crud-mongo
Operações CRUD utilizando um Custom Response para retorno centralizado das requisições. Validação do Input Model com Fluent Validation.# Este projeto contém:
- Pattern Repository;
- Persistência em MongoDB;
- Fluent Validation# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- Intalar o MongoDB local ou em container. Ajustar conexação.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).