#!/usr/bin/env bash poetry run uvicorn app.main:app --reload --host 127.0.0.1 --port 8000