main
Main entry point for the FastAPI application.
on_startup
on_startup()
Event handler for application startup. Creates tables in the database.
Source code in api/main.py
17 18 19 20 21 22 23 |
|
health_check
health_check()
Endpoint for performing health check.
Returns:
Type | Description |
---|---|
HealthCheck
|
The health check response. |
Source code in api/main.py
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
|