CareSync is a hospital management system developed entirely by Abdullah Al Fahad. It provides secure and organized access for patients, staff, and administrators to manage healthcare operations, appointments, and emergency requests like blood donations.
- Login securely as a patient
- View doctor profiles with photos, specialization, and degrees
- Book appointments with doctors
- Download medical reports in PDF format
- Submit blood requests when in need
- Login access for hospital staff
- View registered patient information
- Manage and track inventory
- View and respond to blood donation requests
- Admin login access
- Add or remove staff members
- Oversee patient and staff activity
- Manage blood donor and recipient records
- Blood donors can register availability and group
- Recipients can request blood by group and urgency
- Enables quick matching and response between donor and recipient
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS |
| Backend | PHP |
| Database | MySQL |
| PDF Export | FPDF Library |
Below are the key pages and functionalities of CareSync:
git clone https://github.com/fah-ayon/CareSync.git
- Install XAMPP or any local PHP server
- Clone this repo or copy the
CareSyncfolder toC:/xampp/htdocs/ - Start Apache and MySQL from XAMPP
- Open
http://localhost/phpmyadmin - Create a database named
caresyncdb - Import the provided
caresyncdb.sqlfile to initialize the database - Access the project at:
http://localhost/CareSync/index.html
- Default MySQL user:
root - Default MySQL password: (empty)
Ensure FPDF is extracted in
dashboard_menu/fpdf186/andrequire('fpdf186/fpdf.php');is correctly used in PHP files.
This project is licensed under the terms described in LICENSE.txt.








