Medilink is a comprehensive healthcare platform that streamlines the patient experience by integrating doctor appointment bookings, pharmacy stock management, medicine delivery into a single, user-friendly interface.
What Medilink helps the Users with:
- Tracking pharmacy inventory
- Get details of the most convenient pharmacy and hospital close to their location
- Easier appointment bookings
What Medilink helps the Providers with:
- Convenient Inventory Management
- A one stop place to get their list of appointments
- Register personal chambers with options for on spot appointment bookings
What we aim to add to our software next:
- A search system where if you search a medicine in a search bar, you will get hold of all the pharmacies that have the medicine
- A deliver-to-home system
HOW TO USE:
-
You can access our website either from our Vercel link: https://medilink-web.vercel.app/
-
You can clone our github repository into your local machine, open the root folder on VSCode and run the following commands:
i. Cloning the repo: Go to your terminal and paste the following command:
git clone https://github.com/asengupta07/medilink
ii. Navigate to the newly created medilink folder and run the following commands:
cd main npm i npm run dev