An AI powered healthcare system
# Activate your uv environment
source .venv/bin/activate
uv sync # Adds all dependencies
# To run entire Project
make all
# To run frontend only
make frontend
# To run backend only
make server
-
The
combined_appinmain.py. It would break everything. -
The URL client listens to in
client.py -
The Port set in Dockerfile since GCP listens to 8080 by default
-
When FastMCP is made into a ASGI app so that it can mount with FastAPI.