A one-stop solution to monitor your patient - for the families as well as
hospitals.
Doracle is a patient management system useful for hospitals as well as patients. We intend to develop a secure, scalable application that adopts a set of revolutionizing steps that will pave the way to a better-managed hospital that will be able to provide superior healthcare advantages to its patients. Families no longer have to wait in long queues in dire situations waiting to know how their patient is. They will be provided a unique login credential for their patient with which, they will be able to login into the application and access real-time updates on the treatment status of their patients.
Doracle is made with the MERN Stack, however this is just the Frontend part of our code, and is made using React JS.
React is a JavaScript library for building user interfaces.
- Declarative: React makes it painless to create interactive UIs.
- Component-Based:
- Learn Once, Write Anywhere:
Clone the project:
git clone https://github.com/mitraditya/Doracle-frontend.git
Run the following command:
cd hms-doracle
cd backend
npm install
This will install all the required dependencies to run the project.
Now you can run:
nodemon server
Now your server will start at http://localhost:4000/
This webapp is deployed on vercel, and can be found at: https://doracle-webapp.vercel.app/ The frontend for this webapp can be found at - https://github.com/mitraditya/Doracle-frontend The backend of this webapp is deployed on Heroku at: https://doracle-backend.herokuapp.com/
We have also made a Mobile application for Doracle, on React Native. The same can be found at: https://github.com/tanu272/Doracle-App