#!/usr/bin/env bash
set -euo pipefail
python scripts/init_db.py
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
