python_template_serverΒΆ

A template FastAPI server with production-ready configuration.

Modules

authentication_handler

Authentication handler for the server.

constants

Constants used across the server.

db

Database manager classes for servers using this template.

main

FastAPI template server using uvicorn.

middleware

Middleware module for server.

models

Pydantic models for the server.

routers

Routers for the FastAPI server.

template_server

Template FastAPI server module.