Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (29 loc) · 1.73 KB

File metadata and controls

35 lines (29 loc) · 1.73 KB

app Folder Documentation

Overview

This is the core application folder, containing the main FastAPI app, configurations, services, backend, API routers, utilities, tools, and workers. It orchestrates the entire application logic using async patterns, dependency injection, and modular architecture.

Key Components

  • Files:

  • Subfolders:

Relationships and Integration

The main.py ties together API, services, and backend. Workers may run jobs from services/infrastructure/. Configures logging and dependencies application-wide.

Navigation

Additional Notes

Entry point for running the app; use uvicorn app.main:app.