This directory contains setup, integration, and operations documentation for the Arogya for Maternal Health project.
getting-started/prerequisites.md: software and accounts required before setup.quickstart.md: fastest way to run the full stack locally.environment-variables.md: required environment variables and examples.
setup/backend.md: backend installation, migration, and run steps.frontend.md: frontend installation and run steps.
integrations/telegram.md: Telegram bot, webhook, and local development flow.google-calendar.md: Google service account setup and reminder troubleshooting.ollama.md: local LLM setup with Ollama.rag.md: ingestion, embeddings, and retrieval workflow.intent-routing.md: intent classification and route behavior.
operations/database-migrations.md: Alembic migration workflow.troubleshooting.md: common issues and fixes.
architecture/overview.md: high-level system layout and request flow.
getting-started/prerequisites.mdgetting-started/environment-variables.mdsetup/backend.mdsetup/frontend.mdgetting-started/quickstart.mdintegrations/ollama.mdintegrations/rag.mdintegrations/intent-routing.mdintegrations/telegram.mdintegrations/google-calendar.md
backend/: FastAPI application, Alembic migrations, and domain features.frontend/: Next.js app (App Router) with auth and UI components.data/: source text files for RAG ingestion.docs/: project documentation.