Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 821 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 821 Bytes

Greetings

"Hospital At Home" is a comprehensive healthcare platform connecting patients and doctors in real-time. Patients' health data are collected through wearable IoT devices, like the Apple Watch, and uploaded to the platform

Project guide & notes

  • Each django project (has manage.py in the root) is a microservice.
  • Most codes are written in a psudo fashion but with a little effort the can be functional.
  • Inorder to understand the System Design better please refer to _markdowns folder.
  • The project is using Poetry as dependency manager.
  • health microservice has a test.py file which contains examples of tests.