This is a AI based medical assistant. It is a one stop destination for all medical assistance seekers.
To run the project follow the given steps:
git clone my repository run the following commands
npm install
Now go to cd backend and run the following commands:
npm init
npm install
Now to run the backend use command nodemon .\index.js to run the frontend use cd.. and run npm start
The website is dockerized so it can run using docker commands as well.
This is the first page that will appear. The page has functionalities as: User authentication. uses backend server to save and check the user details to let the user login to the website. Doctor? : The doctor needs to enter his/her details so that the patient can contact them in times of need. Check Your Disease: This is an AI based function that helps the user predict their disease before even going to the doctor.
The doctor can add his details here:
The user after logging in will see a page like this:
So now suppose the user goes to predict his disease.
The user can click the predict button to know his disease and then can go to see the respective doctors.
This will display the list of all the doctors who signed up till date. Now the user can directly write an email to the doctor or ask for an appointment according to their requirement. Now suppose what happens when the user are prescribed medicines. Do they need to wander about at other places to buy them? The answer is NO. The website has a list of medicines from where the users can buy as per their needs.
The cart support CRUD ( Create, Read, Update, Delete) functionalities.
Now what if the user suffers from the same disease which he encountered in the past and does not remember the medicines he/she took. The website will also support such cases because the order history of the medicines do not vanish. Users can check the medicines they ordered in the section My Orders where the orders are stored with dates and days.