set -a source ./.env set +a cd .. uvicorn backend.app.main:app --reload --host 0.0.0.0 --port 8000