pydantic-ddd-exploration
I'm curious if pydantic + fast api can be sensibly used with DDD + hex arch methodology
Prerequisites
- nix
- direnv (
nix-env -i direnv
)
Hint: if something doesn't work because of missing package please add the package to default.nix
instead of installing on your computer. Why solve the problem for one if you can solve the problem for all? ;)
One-time setup
make init
Everything
make help