Spaces:
Runtime error
Runtime error
| # Install dependencies | |
| #pip install -r requirements.txt | |
| # Run database migrations (if using Alembic) | |
| # alembic upgrade head | |
| # Start the FastAPI server | |
| uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000} |