python_template_serverΒΆ
A template FastAPI server with production-ready configuration.
Modules
Authentication handler for the server. |
|
Generate self-signed SSL certificate for local development. |
|
Constants used across the server. |
|
Database manager classes for servers using this template. |
|
FastAPI template server using uvicorn. |
|
Middleware module for server. |
|
Pydantic models for the server. |
|
Routers for the FastAPI server. |
|
Template FastAPI server module. |