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

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.

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).