Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaofirst/dotnet-clean-architecture
Project that contains the design and structure folder using Clean Architecture and implementing a CRUD with MongoDB
https://github.com/lukaofirst/dotnet-clean-architecture
aspnet aspnet-core aspnetcore clean-architecture csharp dotnet dotnet-core dotnet6 dotnet9 mongodb
Last synced: 19 days ago
JSON representation
Project that contains the design and structure folder using Clean Architecture and implementing a CRUD with MongoDB
- Host: GitHub
- URL: https://github.com/lukaofirst/dotnet-clean-architecture
- Owner: lukaofirst
- Created: 2022-07-16T17:31:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T17:55:05.000Z (25 days ago)
- Last Synced: 2024-12-27T18:34:28.145Z (25 days ago)
- Topics: aspnet, aspnet-core, aspnetcore, clean-architecture, csharp, dotnet, dotnet-core, dotnet6, dotnet9, mongodb
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotnet-clean-architecture
ENG- Project that contains the design and structure folder using Clean Architecture and implementing a CRUD with MongoDB
Project's Details
- The Domain's layer contains the Entities, Interfaces and Settings Variables
- The Infraestructure's layer contains the Database Context, in this case was used MongoDB and all the application's Repositories
- The Application's layer contains all the Services, Mappings and DTOs
- The IoC's layer contains all the subscriptions to the project
- The WebAPI contains an API, but it could be switched to a SPAVocabulary
- CRUD (Create, Read, Update and Delete)
- IoC (Inversion of Control)
- API (Application Programming Interface)
- SPA (Single Page Application)
- DTO (Data Transfer Objects)
PT-BR- Projeto que contém o design e estruturação de diretórios usando Arquitetura Limpa e implementação de CRUD com MongoDB
Detalhes do Projeto
- A camada Domain contém as Entidades, Interfaces e Variáveis de Configuração
- A camada de Infraestrutura contém o Contexto do Banco de Dados, nesse caso foi utilizado MongoDB e os Repositórios da aplicação
- A camada de Aplicação contêm os Serviços, Mapeamentos e DTOs
- A camada IoC contém todas a subinscrições do projeto
- A camada WebAPI contém uma API, porém pode ser substituída por um SPAVocabulário
- CRUD (Criar, Ler, Atualizar e Deletar)
- IoC (Inversão de Controle)
- API (Interface de Programação de Aplicativo)
- SPA (Aplicativo de Página Única)
- DTO (Objetos de Transferência de Dados)