This is a template for FastAPI projects with a SQLite database. It is expected to run with Python 3.11-3.13
The repository are using poetry for dependency management. You can get it here.
For setup, run the following commands:
poetry install
echo "SECRET_KEY=$(openssl rand -hex 32)" >> .env
poetry run app.main:app --reload