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.git
ddb configure
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 init
make watch
This demo is still work in progress and was made with limited understanding of a python environnement.