Skip to content

IU-Capstone-Project-2024/babyhelm-api

Repository files navigation

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