The Doctor Visiting System Website is a PHP and MySQL-based web application for scheduling doctor appointments. It allows patients to book appointments, doctors to manage their schedules, and administrators to oversee the system.
- User Registration and Login
- Appointment Booking
- Doctor Schedule Management
- Administrator Dashboard
- Patient Management
- Email Notifications
- PHP
- MySQL
- HTML/CSS
- JavaScript
- Bootstrap
- Register/login
- Book appointments (patients)
- Manage schedules (doctors)
- Administer system (administrators)
- Download XAMPP from here
- Install XAMPP on your system.
- Download the project files.
- Extract the project files into the htdocs directory of your XAMPP installation.
- Launch XAMPP and start Apache and MySQL.
- Open phpMyAdmin from XAMPP's control panel.
- Create a new database and import database.sql from the project directory.
- Update database credentials in config.php located in the project directory.
- Open a web browser and go to http://localhost/project_directory_name.
- You can now register, log in, and use the Doctor Visiting System Website.
Contributions welcome! Fork, make changes, and submit pull requests.