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.

main

FastAPI template server using uvicorn.

middleware

Middleware module for server.

models

Pydantic models for the server.

template_server

Template FastAPI server module.