fastapi-template
fastapi-template copied to clipboard
trafficstars
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