Files
eamco_money_api/main.py
Edwin Eames b73be057f3 feat: standardize main.py with health checks, structured logging, and API docs
- Add module-level docstring with endpoint documentation
- Add /health endpoint with database connectivity check
- Add root endpoint redirecting to API docs
- Add FastAPI metadata (title, description, version)
- Reorganize imports and code structure with section separators
- Add shutdown event handler
- Change failed DB connection log level to warning
2026-02-27 18:40:52 -05:00

6.1 KiB