UniMed 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.
Live URL - (under development)
-
Doctor Appointments - Search and book appointment with doctors based on the category you want to diagnose at a given date and time.
-
Emergency - Get immediate geolocation based nearby ambulance status and book with routes tracking
-
Nutrition - Dietary information for the meal you take.
-
Medical e-commerce - Add Medicines to the cart and buy them.
-
Mental Health - Answer behavioral, characterizing surveys to check for your mental health status
-
Hospital Information - Provides you with details about hospitals in your city and you can further call or book them.
User Interface: React, Redux, TailwindCSS, Material UI Server: Node, Express Location service: Mapbox Database: MongoDB
Make sure you have Node (v>18) and 'npm' package installed on your computer
Open your command line interface and clone the repository
git clone https://github.com/ankushroy25/UniMed.gitGet into the server directory and run the following command to start backend server
cd backend
npm install
npm run server-devKeeping the previous terminal active open another and navigate to client directory and run the following command to start frontend server
cd client
npm install
npm run dev