Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 800 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 800 Bytes

ddb-python-fastapi-demo

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.

Quickstart

Clone the project

git clone https://github.com/inetum-orleans/ddb-python-fastapi-demo.git

Configure ddb

ddb configure

Configure your environnement variables

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.

Initialize the project

make init

Launch the server

make watch

Warning

This demo is still work in progress and was made with limited understanding of a python environnement.