Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oarthurzanoni/04-clean-ddd
Estudos sobre DDD e Clean Architecture
https://github.com/oarthurzanoni/04-clean-ddd
Last synced: about 1 month ago
JSON representation
Estudos sobre DDD e Clean Architecture
- Host: GitHub
- URL: https://github.com/oarthurzanoni/04-clean-ddd
- Owner: oarthurzanoni
- Created: 2023-07-17T10:37:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T00:54:11.000Z (5 months ago)
- Last Synced: 2024-08-08T03:36:10.444Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDD (Domain-drive Design)
Design dirigido à domínio
## Domínio
- Domain Experts
- Conversa
- Linguagem ubíqua- Usuário
- Client
- Fornecedor
- Atendente
- Barman- Agregados
- Value Objects
- Eventos de domínio
- Subdomínios (Bounded Contexts)
- Entidades
- Casos de uso