Skip to content

Cocorico101/beaver-hacks-W23-MDFork

 
 

Repository files navigation

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

About

Health/Healthcare themed application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • JavaScript 0.9%
  • CSS 0.2%
  • CMake 0.1%
  • Shell 0.0%
  • HTML 0.0%