This repository contains the code for a hospital website developed using Python Django framework. The website provides various functionalities such as appointment system, user authentication, doctor login, appointment details viewing, and more.
Home Page: The landing page of the website, providing an overview of the hospital and its services.
Appointment System: Patients can schedule appointments with doctors through the appointment system.
Signup: New users can create accounts on the website by providing necessary details.
Login: Registered users can log in to their accounts using their credentials.
Doctor Login Page: Separate login page for doctors to access their accounts.
View Appointment Details Page for Doctor: After logging in, doctors can view details of the appointments scheduled with them.
Logout: Users can securely log out of their accounts.
View Available Doctors for Patients: Patients can view a list of available doctors and their specialties.
To run this project locally, follow these steps:
Clone this repository to your local machine.
Navigate to the project directory.
Set up the Django project.
Create a superuser for accessing the admin panel.
Start the Django development server.
http://localhost:8000
.
The code for this project is available on GitHub at https://github.com/Vishalrathore95/Hospital-Dashboard-django
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.