Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 845 Bytes

File metadata and controls

40 lines (26 loc) · 845 Bytes

For GrandMa

App Demo

An app to help you understand your technical medical report in plain English. Simple enough for you, your family, and even Grandma!

🚀 Getting Started

  1. Installation:

    npm install
    cd server && npm install && cd ..
  2. Configuration:

    cp .env.example .env # Add your GOOGLE_API_KEY in the .env file
  3. Development:

    npm run dev

🛠️ Commands

  • npm run dev: Frontend + Backend (development mode)

📂 Structure

  • src/: Frontend React (Vite)
  • server/: Backend Node.js (Express)
  • docs/: Test documents, images, and demo assets
  • public/: Static assets (favicon, etc.)