python_template_serverΒΆ

A template FastAPI server with production-ready configuration.

Modules

authentication_handler

Authentication handler for the server.

certificate_handler

Generate self-signed SSL certificate for local development.

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.