Skip to content

silas229/fastapi-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a template for FastAPI projects with a SQLite database. It is expected to run with Python 3.11-3.13

Development setup

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

Releases

No releases published

Packages

No packages published

Languages