Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddubeyyy/medappoint
MedAppoint is a PHP web app for scheduling medical appointments, with roles for administrators, doctors, and patients. It simplifies managing appointments and accounts online.
https://github.com/ddubeyyy/medappoint
css database htm management-system mysql php xampp
Last synced: about 2 months ago
JSON representation
MedAppoint is a PHP web app for scheduling medical appointments, with roles for administrators, doctors, and patients. It simplifies managing appointments and accounts online.
- Host: GitHub
- URL: https://github.com/ddubeyyy/medappoint
- Owner: ddubeyyy
- License: mit
- Created: 2024-07-17T14:54:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T17:17:22.000Z (6 months ago)
- Last Synced: 2024-07-20T18:26:04.532Z (6 months ago)
- Topics: css, database, htm, management-system, mysql, php, xampp
- Language: PHP
- Homepage:
- Size: 4.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# MedAppoint
## Description
MedAppoint is a simple web-based application designed for e-channeling, specifically aimed at facilitating online appointment scheduling for clients or patients of medical establishments like clinics and hospitals. This PHP-based application supports three key roles: administrator, doctor, and patient, each with their specific functionalities to manage their appointments efficiently.![Uploading Screenshot 2024-07-20 224004.png…]() ![Alt text](Screenshot 2024-07-20 224004.png)
## Features
### Admin
- Add, edit, and delete doctors
- Schedule and remove doctors sessions
- View patient details and bookings### Doctors
- View appointments and scheduled sessions
- Access and manage patient details
- Delete and edit account settings### Patients (Clients)
- Make appointments online
- Create and manage accounts
- View and manage old bookings
- Delete and edit account settings## Getting Started
### Prerequisites
- XAMPM (Apache, MySQL, PHP)
- Web browser### Installation
1. Open your XAMPP Control Panel and start Apache and MySQL.
2. Extract the downloaded source code zip file.
3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
4. Access PHPMyAdmin via http://localhost/phpmyadmin
5. Create a new database named `edoc`.
6. Import the SQL file located in the source code root folder, named `DATABASE edoc.sql`.
7. Visit http://localhost/MedAppoint to access the Doctor's Appointment System.## Built With
- Apache Version: 2.4.39
- PHP Version: 7.3.5
- Server Software: Apache/2.4.39 (Win64) PHP/7.3.5
- MySQL Version: 5.7.26
ils.