KO
|
EN
gitlite — search
Search
#python
#flutter
#machine-learning
#rust
#java
#javascript
#telegram
#hacktoberfest
#cpp
#deep-learning
#dart
#scikit-learn
cleanddd
★ 63
Open GitHub ↗
Example of DDD with Clean Architecture
Download README (.md)
Explore Similar Repositories
layer-architecture
:
DDD & Clean Architecture in Java, JavaScript, TypeScript, Python, Golang, Cpp
Onion-DDD-Tooling-DotNET
:
Example using dotNET for Onion Architecture with DDD & Tooling (FluentValidation, MassTransit, RabbitMQ, MediatR). Using best practices & common best patterns
symfony-ddd-clean-architecture-blog
:
Symfony: DDD, Clean Architecture Example
kata-users-ts
:
Project to apply Clean Architecture and DDD concepts
myddd-spring-boot
:
A DDD Implement framework based on Java and Spring Boot
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cleanddd
?
Download (.md)
## Clean DDD An example of an application combining Clean Architecture and DDD. Here is [the article](https://medium.com/@gushakov/2236f5430a05) which describes the ideas for this application. ### How to run - start the Postgres database using provided `docker-compose.yml` - Swagger UI can be accessed at the URL: http://localhost:8080/swagger-ui/index.html ### References Here are some references and links which were used for this application: 1. [Related SO question](https://stackoverflow.com/questions/54013963/ddd-approach-where-to-enforce-business-rules-without-aggregate) - Interesting relevant question also involving academic domain 2. [Transactional, roll back transaction manually](https://stackoverflow.com/a/23502214) 3. [Baeldung, Jackson ignore null fields](https://www.baeldung.com/jackson-ignore-null-fields)