A cross platform health monitoring app where doctors and patients can sign up, edit their details and health log. Here the targetted patients are pregnant patients who's condition needs to be monitored at all times and reported automatically to doctors in real-time incase of emergencies
- Cross platform app written in React Native with Typescript without Expo (mobile-app folder)
- Firebase firestore used to post and retrieve data
- Firebase auth for user sign up and sign in
- Firebase cloud functions for real-time push notifications (firebase-app-backend folder)
- react-native-firebase library for seamless firebase integration with react-native
- User can sign up as a patient or a doctor
- Patients/Doctors can view their own profile
- Patients currently assigned to one doctor only after signup (for now)
- Doctors will be able to see their patients health log over a period of time
- Patients will be able to see their own logs over a period of time
- Push notifications sent to both respective doctor and patient if abnormal readings are acquired from patient
- App requires integration with iot sensor devices to be able to post health logs
- Currently one doctor for all patients, we should be able to assign patients to different doctors