An app to help you understand your technical medical report in plain English. Simple enough for you, your family, and even Grandma!
-
Installation:
npm install cd server && npm install && cd ..
-
Configuration:
cp .env.example .env # Add your GOOGLE_API_KEY in the .env file -
Development:
npm run dev
- Frontend: http://localhost:8080
- Backend: http://localhost:3001
npm run dev: Frontend + Backend (development mode)
src/: Frontend React (Vite)server/: Backend Node.js (Express)docs/: Test documents, images, and demo assetspublic/: Static assets (favicon, etc.)
