Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

quick-sort/fastapi-simple-template

Open more actions menu

Repository files navigation

Simple FastAPI Project Template

Test Status

This is a backend api service template based on python stack.

Key Features Ready

Authentication

There are several authentication methods supported:

  • session
  • api_key
  • jwt token
  • oauth

Async

Async from top to bottom.

  • using AsyncSession from SQLAlchemy
  • using AsyncOAuth from authlib

Document serving

use mkdocs serving documentation

Key Libraries:

  • FastAPI base service framework.
  • SQLAlchemy for the Python SQL database interactions (ORM).
  • PostgreSQL as the SQL database.
  • Poetry for managing Python project dependencies.
  • PyTest for unit test.
  • PyLint for static code analysis.
  • Mkdocs Material generates clean and good looking document like FastAPI documents.
  • Authlib for oauth protocol.

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.