Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-jesusvix/clean-domain-nodejs
Project to learn concepts DDD to nodeJS
https://github.com/gabriel-jesusvix/clean-domain-nodejs
Last synced: 1 day ago
JSON representation
Project to learn concepts DDD to nodeJS
- Host: GitHub
- URL: https://github.com/gabriel-jesusvix/clean-domain-nodejs
- Owner: Gabriel-Jesusvix
- Created: 2024-08-18T19:40:44.000Z (3 months ago)
- Default Branch: develop
- Last Pushed: 2024-08-18T19:42:09.000Z (3 months ago)
- Last Synced: 2024-08-18T20:47:52.118Z (3 months ago)
- Language: TypeScript
- Size: 121 KB
- 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