#!/bin/bash
cd "$(dirname "$0")"
source .venv/bin/activate
exec uvicorn src.main:app --host 0.0.0.0 --port 8096
