#!/bin/bash source .venv/bin/activate .venv/bin/python3 -m uvicorn server:app --host 0.0.0.0 --port 7779