Domain Driven Design (DDD) example with Clean Architecture in Python. The subject is a simple TODO application.
- rye: An Experimental Package Management Solution for Python
- make: Build tool
# install
$ rye sync
# activate virtual environment
$ . .venv/bin/activate$ make run
# Uvicorn running on http://127.0.0.1:8000/docs (Press CTRL+C to quit)