This demo is a boilerplate for a python/fastapi/poetry project using ddb. It uses an alpine python 3.13 docker image as a base.
git clone https://github.com/inetum-orleans/ddb-python-fastapi-demo.gitddb configure$(ddb activate)Copy/Paste the .env.sample and rename it .env.
Set your "X-API-KEY" as you want. You will need to pass this value to every request header in order to be authorized.
make initmake watchThis demo is still work in progress and was made with limited understanding of a python environnement.