single-agent-blockchain-investigator/ │ ├── backend/ │ ├── main.py # FastAPI app entry + lifespan │ ├── constants.py # All enums, type aliases, rule IDs │ ├── exceptions.py # Centralized exception ...
A comprehensive FastAPI-based REST API MVP for managing healthcare services, including patient registration, doctor management, appointment scheduling, medical records, and prescription management ...