This project aims to reduce the communication gap that may occur between a doctor and a patient during treatment by keeping read-only medical records of all patients in a central database. Only doctors can add an entry which can to someone's medical records but even they cannot edit a saved record. If a doctor prescribes some medicines, the app also automatically orders the medicines and set reminders according to doctor's prescription
-
HTML
-
CSS
-
Javascript
- MongoDB
- jQuery
- Bootstrap
- Node.js
- Express
- EJS
- body-parser
- request
- mongoose
- Passport
- Lodash
- socket.io
- dotenv
- bower
- validator.js
- healthOS api
-
Registration and Log in of users either locally or through Google or Facebook.
-
Doctors can view all the patients that are under their treatment.
However, there is no way to upgrade to Doctor account from usual account currently
or even to add patients under their treatment. Set the "doc_acc" property of a user to true to manually upgrade.
-
Doctors can search to add new patients
-
Doctors can now send request to add a patient under their treatment
-
Doctors and Regular Users can now accept or reject a request sent by a doctor