Gros refactoring
This commit is contained in:
parent
6008aa68f6
commit
4a6bfc951f
368 changed files with 22503 additions and 3 deletions
7
backend/run.sh
Normal file
7
backend/run.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue