Meditrack is a comprehensive medical patient management application designed to enhance the healthcare experience for patients and medical professionals alike.
- Appointment Booking: Patients can effortlessly schedule appointments with their healthcare providers, streamlining the process and reducing wait times.
- Medical Records Management: Securely store and manage patients' medical records, ensuring easy access for medical professionals while maintaining confidentiality and compliance with healthcare regulations.
- Backend: Built with Laravel, providing a robust and scalable architecture for managing application logic and data.
- Frontend: Developed using Vue.js, offering a dynamic and responsive user interface for improved user experience.
- Install dependencies:
composer install npm install
- Set up your
.envfile for database configuration - Run the migrations:
php artisan migrate
- Start the application:
php artisan serve
We welcome contributions to improve the Meditrack application. Please submit a pull request with your proposed changes for review.
This project is licensed under the MIT License.