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`