Gros refactoring

This commit is contained in:
François Pelletier 2024-12-31 17:00:07 -05:00
parent 6008aa68f6
commit 4a6bfc951f
368 changed files with 22503 additions and 3 deletions

7
backend/run.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
# Ensure we're in the correct directory
cd "$(dirname "$0")" || exit
# Activate the Poetry environment and run the FastAPI app
poetry run uvicorn main:app --reload