Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 301 Bytes

File metadata and controls

10 lines (8 loc) · 301 Bytes

Medical Web App Project Structure

Folders

  • frontend/: React app (main and subpages)
  • backend/: FastAPI, LLM logic, DB setup

Setup

  • Run npm install in frontend folders after initializing
  • Folloe instructions in backend/README.md for backend setup
  • Configure DB in backend/config/db.js