Skip to content

inetum-orleans/ddb-python-fastapi-demo

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published