Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 307 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 307 Bytes

Babyhelm

Install pre commit hooks

poetry add pre-commit
pre-commit install

Run dev fastapi server

mkdir ./local
cp ./config/config.dev.yaml ./local/config.dev.yaml
poetry run task babyhelm-dev

Setup DB using migrations

alembic upgrade head