Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 713 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 713 Bytes

beaver-hacks-winter-23

Health/healthcare themed application. Features:

  • Patient view: Keeps a patient's medical history, including diagnosis, doctor, and medications prescribed on each date
  • Doctor view: Allows doctor to see every patient they have and enter new medical history for them
  • Visualization of information from Apple Health app

System Design Diagram: https://app.diagrams.net/#G16RwevAF9g6Kn-oEy_2UsN_tMTutmOx1C

Initial Setup

To set up frontend locally:

To set up backend locally:

cd backend
npm install -g yarn
yarn
cp .env.example .env

Local Development

To run frontend locally:

cd frontend
npm start

To run backend locally:

cd backend
bash run.sh