Install
pip install -e .
Configure env:
export DB_URI=postgresql://postgres:password@localhost
Apply migrations
alembic upgrade head
Run
uvicorn --factory app.main:create_app
Install
pip install -e .
Configure env:
export DB_URI=postgresql://postgres:password@localhost
Apply migrations
alembic upgrade head
Run
uvicorn --factory app.main:create_app