first commit

This commit is contained in:
2025-07-31 11:27:50 -04:00
commit b2e963a6c6
8341 changed files with 1740423 additions and 0 deletions

4
start_backend.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
pkill -f "uvicorn hoa_app.main:app"
sleep 5
cd backend/backend && source venv/bin/activate && uvicorn hoa_app.main:app --reload --host 0.0.0.0 --port 8000 &