{"id":22051294,"url":"https://github.com/islamtaleb11/klinik-laravel-api","last_synced_at":"2026-04-01T17:22:04.174Z","repository":{"id":265434532,"uuid":"895989173","full_name":"IslamTaleb11/klinik-laravel-api","owner":"IslamTaleb11","description":"The backend API for a modern and efficient Clinic Management System. This repository provides the server-side functionality for managing patients, doctors, appointments, finances, and more. Built with Laravel.","archived":false,"fork":false,"pushed_at":"2025-02-24T11:33:19.000Z","size":219,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T12:34:31.797Z","etag":null,"topics":["api","backend-api","healthcare","healthcare-application","laravel","laravel-framework","laravel11","php","php8","stripe","stripe-payments"],"latest_commit_sha":null,"homepage":"https://klinik-system.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IslamTaleb11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-29T10:21:59.000Z","updated_at":"2025-02-24T11:33:22.000Z","dependencies_parsed_at":"2025-02-24T12:27:13.157Z","dependency_job_id":"65885ea5-f6b1-4e8c-9202-772689f65534","html_url":"https://github.com/IslamTaleb11/klinik-laravel-api","commit_stats":null,"previous_names":["islamtaleb11/klinik-laravel-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IslamTaleb11%2Fklinik-laravel-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IslamTaleb11%2Fklinik-laravel-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IslamTaleb11%2Fklinik-laravel-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IslamTaleb11%2Fklinik-laravel-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IslamTaleb11","download_url":"https://codeload.github.com/IslamTaleb11/klinik-laravel-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245121402,"owners_count":20564123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","backend-api","healthcare","healthcare-application","laravel","laravel-framework","laravel11","php","php8","stripe","stripe-payments"],"created_at":"2024-11-30T15:08:30.874Z","updated_at":"2026-03-27T04:11:56.185Z","avatar_url":"https://github.com/IslamTaleb11.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Demo Video\nhttps://www.youtube.com/watch?v=2gbiS_S7kPQ\n\n## Klinik frontend repository \nhttps://github.com/IslamTaleb11/klinik-vuejs\n\n# Klinik Laravel API\n\n## Overview\n**Klinik Laravel API** is a backend solution built to manage clinic operations. This API is designed using **Laravel 11**, offering a RESTful architecture for handling essential clinic operations like appointments, patient management, doctor schedules, and more. With a focus on scalability and ease of integration, this API is suitable for frontend applications.\n\n---\n\n## Features\n- 🩺 **Appointment Management**: Seamlessly create, update, and manage appointments for doctors and patients.\n- 🗂️ **Patient Records**: Securely store, update, and retrieve comprehensive patient information.\n- 🕒 **Doctor Schedules**: Dynamically manage doctor availability and schedules to avoid conflicts.\n- 🔐 **Authentication**: Secure login and registration with Laravel Sanctum for token-based authentication.\n- 📡 **RESTful API**: Well-documented and fully RESTful endpoints, ensuring smooth integration with any frontend.\n- 🔑 **Role-Based Access Control**: Granular permissions for admins, doctors, nurses, pharmacists, and patients.\n- 🏢 **Admin Dashboard**: Centralized management for appointments, user roles, doctor schedules, and more.\n- 👨‍⚕️ **Doctors Dashboard**: Manage patient appointments, check schedules, and access patient records.\n- 👩‍⚕️ **Nurses Dashboard**: Manage patient data, assist with scheduling, and handle medication tracking.\n- 💊 **Pharmacists Dashboard**: Manage pharmaceutical records, medication orders, and inventory.\n- 🧑‍⚕️ **Patients Dashboard**: View personal health records, appointments, and medical history.\n- and more...\n---\n\n## Tech Stack\n- **Language**: PHP\n- **Framework**: Laravel 11\n- **Database**: MySQL\n- **Authentication**: Laravel Sanctum\n- **API**: RESTful\n- **Other**: Composer, Node.js (optional for frontend build with Laravel Mix)\n\n---\n\n## Requirements\n- **PHP**: \u003e= 8.3\n- **Composer**: Latest version\n- **MySQL**: \u003e= 5.7\n- **Node.js**: \u003e= 16.x (if using Laravel Mix for frontend assets)\n- **Git**: Latest version\n\n---\n\n## Getting Started\n\n### 1️⃣ Clone the Repository\n```bash\ngit clone https://github.com/IslamTaleb11/klinik-laravel-api.git\ncd klinik-laravel-api \n```\n\n### 2️⃣ Install Dependencies\n\nRun the following command to install the required PHP dependencies using Composer:\n\n```bash\ncomposer install\n```\n\nIf you're using Laravel Mix for frontend assets, install the Node.js dependencies as well:\n\n```bash\nnpm install\n```\n\n### 3️⃣ Set Up Environment File\n```bash\ncp .env.example .env\n```\n\n### 4️⃣ Generate Application Key\nLaravel requires an application key, which can be generated by running the following Artisan command:\n```bash\nphp artisan key:generate\n```\n\n### 5️⃣ Configure Database\nUpdate your .env file with the appropriate database connection details. For MySQL, it should look like this:\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=klinik_database\nDB_USERNAME=root\nDB_PASSWORD=\n```\n### 6️⃣ Run Migrations\nOnce the database configuration is set, run the database migrations to create the necessary tables:\n```bash\nphp artisan migrate\n```\n### 7️⃣ Seed the Database (Optional)\nYou can seed the database with some initial data for testing purposes. To do so, run the following command:\n```bash\nphp artisan db:seed\n```\n### 8️⃣ Start the Development Server\nNow that the setup is complete, you can start the development server:\n```bash\nphp artisan serve\n```\nThe API will be available at http://localhost:8000.\n\n## The API documentation will be available on: \n```\nhttp://localhost:8000/api/documentation\n```\n\n## Licenses\n- **Laravel**: This project is built using Laravel, which is licensed under the MIT License. See the [Laravel License](https://github.com/laravel/laravel/blob/master/LICENSE) for details.\n- **Project License**: This project itself is licensed under the MIT License.\n\n## ⭐ Give It a Star!\nIf you found this project helpful or interesting, please give it a star on GitHub! It helps others discover the project and motivates us to keep improving it. 🌟  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislamtaleb11%2Fklinik-laravel-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fislamtaleb11%2Fklinik-laravel-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislamtaleb11%2Fklinik-laravel-api/lists"}