https://github.com/fernando24164/ddd-auction-house
Domain Driven Design example with Python
https://github.com/fernando24164/ddd-auction-house
ddd ddd-architecture ddd-example
Last synced: 3 months ago
JSON representation
Domain Driven Design example with Python
- Host: GitHub
- URL: https://github.com/fernando24164/ddd-auction-house
- Owner: fernando24164
- Created: 2020-08-22T11:35:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T00:26:27.000Z (over 4 years ago)
- Last Synced: 2025-01-28T02:44:21.828Z (5 months ago)
- Topics: ddd, ddd-architecture, ddd-example
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDD-Auction House

A humble example about Domain driven design with Python 3.8 last features
## How to run
There is a docker-compose file β¨
[How to install docker-compose](https://docs.docker.com/compose/install/)
To run π in daemon mode:
`docker-compose start`
## RoadMap πΊοΈ
- [x] Domain entities definition
- [x] Infrastructured definition
- [x] Add tests to project
- [x] Service layer definition
- [x] Added docker-compose file
- [ ] Implement Flask API
- [ ] Implement Click CLI