#!/bin/bash cd "$(dirname "$0")" || exit source venv/bin/activate uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload