MedBuddy is a web application that caters to all your medical needs. From instant emergency services, booking Doctor appointments to Buying medicines to your personal nutrition guide. Our app covers it all.
The live site is not working as of now due to expiration of APIs and outdated packages.
Please head to this to have a look at the working version - https://devfolio.co/projects/medbuddy-2f7d/update/7c96cfcb1c344199a060bd49da008c7e
-
Doctor Appointments - Search and book appointment with doctors based on the category you want to diagnose at a given date and time.
-
Nutrition - You can get numerous dietary information for the meal you take.
-
Medicine Store - Add Medicines to the cart and buy them.
-
Mental Health - answer some basic questions regarding how you feel and can get advice and recommendations to read certain books and see other resources for self development.
-
Hospital Information - Provides you with details about hospitals in your city and you can further call or book them.
Client: React, Redux, TailwindCSS, Material UI
Server: Node, Express
Database: MongoDB
Make sure you have npm package installed on your computer
Open your cli and clone the repository
git clone https://github.com/ankushroy25/MedBuddy.git
Get into the backend directory and run the following command to start both the frontend and backend server together
cd backend
npm run dev