El7a2ny is born from the belief that healthcare interactions can be simplified and improved through innovative technology. Our motivation is to create a virtual clinic and pharmacy solution that seamlessly connects clinics, doctors, pharmacists, and patients. By automating processes, enhancing accessibility, and fostering efficient communication, El7a2ny aims to revolutionize the healthcare experience. Our dedication stems from the desire to make a positive impact on the lives of individuals seeking medical care, and we are driven to create a solution that sets a new standard in healthcare technology.
- No Video Calls between Patient and Doctor
This project is built using the MERN stack, which includes:
- MongoDB: A NoSQL database, used for storing the application's data.
- Express.js: A web application framework for Node.js, used for building the backend of the application in a modular and maintainable way.
- React: A JavaScript library for building user interfaces, especially single-page applications.
- Node.js: A JavaScript runtime environment that executes JavaScript code outside of a web browser.
In addition to the core MERN technologies, this project also utilizes:
- Node Package Manager (npm): A package manager for JavaScript, used to manage the project's dependencies.
- Git: A distributed version control system for tracking changes in source code during software development.
- [Add any other tools, libraries, or frameworks specific to your project, like Redux for state management, Mongoose for MongoDB object modeling, etc.]
- Visual Studio Code: Recommended IDE for development.
- Postman: Used for API testing and development.
- [List any additional libraries or tools used, such as Axios for HTTP requests, or specific React libraries like Material-UI for UI components].
(screenshots/WhatsApp Image 2023-12-17 at 05.51.46_ec44b698.jpg)
(screenshots/WhatsApp Image 2023-12-17 at 05.51.46_a7c0595a.jpg)
(screenshots/WhatsApp Image 2023-12-17 at 05.51.46_ad4a901f.jpg)
(screenshots/WhatsApp Image 2023-12-17 at 05.51.46_d2d8d164.jpg)
-
Patient Registration and Profiles: Secure registration and profile creation for patients to manage personal and medical information.
-
Doctor Profiles and Scheduling: Detailed doctor profiles with availability for easy appointment scheduling by patients.
-
Virtual Consultations: Platform for conducting secure video or audio consultations.
-
Prescription Management: Electronic prescription generation and management system for doctors.
-
Medical Record Access: Patient access to medical records, including consultation history, prescriptions, and test results.
-
Appointment Reminders: Automated reminders for new medical appointments and follow-ups.
-
Medication Database: Extensive database with detailed information on various medications.
-
Prescription Processing: System for receiving and processing prescriptions from the virtual clinic.
-
Medication Dispensing and Tracking: Tools for inventory management, medication dispensing, and order tracking.
-
Delivery System Integration: Integration with delivery services for home delivery of medications.
-
Patient Education Resources: Informational resources on medication usage and general health tips.
-
Drug Interaction Checker: Tool to check for potential drug interactions.
Each feature is designed to enhance user experience and streamline the healthcare process, aligning with our project's aim to revolutionize healthcare interactions through technology.
This section provides detailed instructions on how to set up and run this project on your local machine.
Ensure you have the following installed on your system:
- Node.js and npm (Node Package Manager): https://nodejs.org/en/download/
- MongoDB: https://docs.mongodb.com/manual/installation/
- Git: https://git-scm.com/downloads
- Open your terminal.
- Use Git to clone the repository: git clone
- navigate to backend and install backend dependencies:
cd backend
npm install
- navigate to frontend and install client dependencies:
cd frontend
npm install
- Create a
.env
file in the project root. - Add the necessary environment variables: PORT=4000 MONGO_URI=mongodb+srv://ACL1:ACL1@acl1.vsmlvre.mongodb.net/ SECRET=6vZvFqQRwbT7gHEI
-
To start the backend: nodemon app
-
To start the frontend: npm start
The application should now be running on localhost
at the specified port
- app.use('/api', forgotPass)
- app.use('/api', stripe)
- app.use('/api/patient', patientRoute)
- app.use('/api', login)
- app.use('/api', signUp)
- app.get('/getSession', getSession)
- app.use('/api/medicine', MedicineRoute)
- app.use('/api/pharmacists', pharmacistRoute);
- app.use('/api/perscription', Perscriptions)
- app.use('/api/Admin',adminsRoute)
- app.use('/api/emplymentContract', emplymentContract)
- app.use('/api/familyMembers', familyMembersRoute);
- app.use('/api/doctors', doctorsRoute);
- app.use('/api/doctorInfo', doctorInfoRoutes);
- app.use('/api/healthpackage', healthPackageRoutes);
- app.use('/api', Appointment)
The El7a2ni System is intuitively designed for ease of use. Below is a guide to navigate and utilize the key features of our Virtual Clinic and Pharmacy System.
- Navigate to the Sign-Up page.
- Fill in the required details such as name, email, and password.
- Submit the form to create your account.
- Log in to your account.
- Go to the ‘Book Appointment’ section.
- Select a doctor and choose a convenient date and time.
- Confirm your appointment.
- Access your dashboard to view upcoming appointments.
- Access a one-to-one chat with the doctor after consultation.
- Discuss your health concerns with the doctor.
- After the consultation, view your prescriptions in the ‘My Prescriptions’ section.
- Access your medical history and records under ‘My Profile’.
- Complete your profile with your qualifications, specialties, and availability.
- View and manage upcoming appointments in the ‘Appointments’ section.
- Use the system to send reminders or reschedule appointments.
- Access the virtual consultation room through your dashboard.
- Consult with patients via video or audio call.
- After a consultation, use the system to write and send prescriptions directly to patients and the linked pharmacy.
- Keep track of medication stocks and update inventory details regularly.
- Receive prescriptions sent from the clinic.
- Prepare and dispense medications as per the prescription.
- Coordinate with delivery services to send medications to patients’ addresses.
- Track and update the delivery status in the system.
We warmly welcome contributions to the El7a2ni System! If you're interested in helping to improve the project, here's how you can contribute:
- Check if the Issue Exists: Before creating a new issue, please check if it is already reported or requested.
- Create an Issue: If you find a bug or have a feature request, please create a new issue, providing as much detail as possible.
We warmly welcome contributions to the El7a2ni System! If you're interested in helping to improve the project, here's how you can contribute:
- Check if the Issue Exists: Before creating a new issue, please check if it is already reported or requested.
- Create an Issue: If you find a bug or have a feature request, please create a new issue, providing as much detail as possible.
-
Fork the Repository: Start by forking the repository on GitHub.
-
Clone Your Fork: Clone your fork to your local machine.
git clone <Your-Fork-URL>
-
Create a New Branch: Always create a new branch for your changes.
git checkout -b <branch-name>
-
Make Your Changes: Implement your changes, additions, or bug fixes.
-
Commit Your Changes: Make sure your commits are small and focused; they should explain why the change is needed.
git commit -m "Add a concise and descriptive commit message"
-
Push to Your Fork: Push your changes to your fork on GitHub.
git push origin <branch-name>
-
Create a Pull Request: Go to the original project repository and create a pull request from your branch. Please provide a clear description of the changes and reference any related issues.
- Adhere to the coding style and conventions established in the project. [Include specific guidelines or link to a document if available.]
-
Keep your fork updated with the master branch to avoid merge conflicts:
git pull upstream master
- Respect the code of conduct and engage respectfully with the community. [Link to Code of Conduct if available.]
Your contributions are greatly appreciated and will help make the El7a2ni System even better!
- Apache 2.0 license