/fast-base

Primary LanguagePython

Ruff

Simple starter base for FastAPI

Setup

curl -sSL https://install.python-poetry.org | python3 -
poetry shell
poetry install
make dev

Generating migrations

alembic revision -m "create account table"