This website is designed for medical purposes, providing users with essential health-related information and tools. The website helps users find nearby hospitals and medical specialists, store and manage their medical history, and streamline the prescription process by automatically adding medicines to the cart after scanning prescriptions.
- Nearby Hospitals and Specialties: Find hospitals and medical specialists near your location.
- Medical History Storage: Upload and securely store your previous medical records for future reference.
- Prescription Scanning: Upload a prescription, and the website will automatically recognize the medicines and add them to your shopping cart.
- User Account: Create an account to manage your medical history, view saved records, and track prescription orders.
-
Hospital and Speciality Finder:
- Displays a list of hospitals and specialists near your location.
- Provides detailed information on specialties available at each hospital.
-
Medical History Management:
- Securely upload and store your past medical records, prescriptions, and reports.
- Access your stored records anytime for future consultations.
-
Prescription Scanning:
- Use image recognition to scan uploaded prescriptions.
- Automatically extract medicine information and add the items to your cart for easy purchasing.
-
User-Friendly Dashboard:
- View saved hospitals, specialists, and medical history.
- Track orders and view prescription statuses.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- Database: MongoDB (for storing user data, medical history, and prescription details)
- Image Processing: Tesseract.js or other OCR (Optical Character Recognition) library for scanning prescriptions
- Authentication: JWT-based authentication for secure login and user session management
- https://www.canva.com/design/DAGRNlEn0KA/v5MXasTqWmJ3rii3EAalaQ/edit
- https://www.canva.com/design/DAGRCf8l6i8/0YmsFe-L2jq8T9IbkKETzg/edit
- https://www.canva.com/design/DAGRCH6WfH8/VZjEwS2tMJ5_f5tZS4adIw/edit
- https://www.canva.com/design/DAGRAY0wC9w/R4Pbw56AGa-Qa4iu5eqbtQ/edit
- https://www.canva.com/design/DAGRAl_QgHM/BPWnBdvcD1sPno4WoDcQuQ/edit
- https://www.canva.com/design/DAGSmmjhtGU/Kj-J6HeQtGXRE-lO8bncow/edit
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Aayush-Tripathi2102/Dhanvantri_oneAPI_hack_kpr.git
- Go to the frontend directory:
npm install
- Run the Frontend:
npm run dev
- Go to Backend folder:
cd .. cd ./Backend
- Run the Backend:
python main.py