An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# DDD-Auction House

![Logo](images/auction-hammer.png?raw=true "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