This is a web application that allows users to book appointments with doctors, chat with chatbots, and send requests to contact doctors. Users can also view details of doctors available on the site. The technologies used for this project are HTML, CSS, JavaScript, and the Flask framework for the backend. The database used is SQLite.
- Appointment Booking: Users can book appointments with their preferred doctors based on availability.
- Chatbot Integration: Chatbots are available to provide assistance and answer common queries.
- Contact Request: Users can send requests to contact doctors for further information or assistance.
- Doctor Details: Users can view detailed information about doctors, including their qualifications, experience, and availability.
-
Clone the repository:
git clone https://github.com/Rushi128/doctor-appointment-webapp.git
-
Navigate to the project directory:
cd doctor-appointment-webapp
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Access the web application in your browser at
http://localhost:5000
.
- Register a new account on the web application.
- Search for doctors based on your requirements.
- Book an appointment with your preferred doctor.
- Chat with chatbots to get assistance or information.
- Send a contact request to the doctor if needed.
- View detailed information about doctors available on the site.
Contributions to this project are welcome. Here are a few ways you can contribute:
- Report bugs or issues by opening a new issue.
- Suggest new features or enhancements.
- Submit pull requests to fix issues or add new features.
This project is licensed under the MIT License.