This project is a clinic management system designed to streamline administrative and clinical workflows. It provides features for managing patients, appointments, staff, and medical records.
- Patient registration and management
- Appointment scheduling and calendar
- Staff user roles and permissions
- Medical record keeping
- Billing and invoicing
- Reporting and analytics
- Clone the repository:
git clone https://github.com/adel-mahmoud/clinic.git
- Navigate to the project directory:
cd clinic - Install dependencies:
composer install npm install
- Configure your environment variables by copying
.env.exampleto.envand updating the settings. - Run database migrations:
php artisan migrate
- Start the development server:
php artisan serve
- Access the application at
http://localhost:8000 - Register or log in as an admin to manage clinic operations
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.