This repository contains the source code for a doctor's appointment booking website. The website is built using HTML, CSS, PHP, and MySQL for the database.
- Home Page: Landing page introducing the website and its functionalities.
- Login Page: Allows users to log in to their accounts.
- Sign Up Page: Enables new users to create an account.
- Search Doctor: Allows users to search for doctors based on various criteria.
- Add New Doctor: Admin functionality to add new doctors to the system.
- Appointment List: Displays a list of appointments for users and admins.
- Clone the repository to your local machine:
git clone https://github.com/nadimnesar/doctor-appointment-booking.git
-
Set up a local web server environment (e.g., XAMPP, WAMP) with PHP and MySQL support.
-
Import the provided MySQL database dump (
drsappoint_db.sql
) into your MySQL server. -
Update the database connection settings in the PHP files (
config.php
) to match your local environment. -
Navigate to the website's directory in your web server's document root.
-
Access the website through your web browser (e.g.,
http://localhost/doctor-appointment-booking
).
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
This project is licensed under the MIT License.