b144b9ae27018c72f31af5ac2ae2eea8079056c0
python-fun
A training project for learning functional programming in Python through Domain-Driven Design, based on "Hands-on Domain Driven Design with .NET Core".
Setup
python -m venv .venv
source .venv/bin/activate
pip install -e .
Run the server
uvicorn main:app --reload
The health check endpoint is available at http://localhost:8000/.
Run tests
pytest tests/
Lint & format
ruff check .
ruff format --check .
Description
Languages
Python
100%