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
To set up frontend locally:
To set up backend locally:
cd backend
npm install -g yarn
yarn
cp .env.example .env
To run frontend locally:
cd frontend
npm start
To run backend locally:
cd backend
bash run.sh