From dd75e0f853ed61773f16d8873f8c4f86ec270cdb Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Thu, 18 Dec 2025 17:18:21 +0100 Subject: [PATCH] update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 14f6db8..7918654 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,13 @@ DELETE /reviews/:id ➡️ Mets en place une validation de données avant l'insertion des données (contrôleurs des routes `POST` et `PUT`) > ℹ️ Utilise la librairie `Joi` pour valider les données. Pense à lire la documentation pour orienter tes schémas de validation correctement. + + +# Installation +download dependencies and create a venv for the project +`uv sync` + +# Test +start the database with `docker compose up` +then start the api with the following command: +`uv run fastapi dev test.py`