Hospital-Dashboard-django

Hospital Website using Python Django

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.

Features

  1. Home Page: The landing page of the website, providing an overview of the hospital and its services.

  2. Appointment System: Patients can schedule appointments with doctors through the appointment system.

  3. Signup: New users can create accounts on the website by providing necessary details.

  4. Login: Registered users can log in to their accounts using their credentials.

  5. Doctor Login Page: Separate login page for doctors to access their accounts.

  6. View Appointment Details Page for Doctor: After logging in, doctors can view details of the appointments scheduled with them.

  7. Logout: Users can securely log out of their accounts.

  8. View Available Doctors for Patients: Patients can view a list of available doctors and their specialties.

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.

  2. Navigate to the project directory.

  3. Install the required dependencies.
  4. Set up the Django project.

  5. Create a superuser for accessing the admin panel.

  6. Start the Django development server.

  7. Access the website in your browser at http://localhost:8000.

Screenshots

Screenshot 2024-04-11 131332 Screenshot 2024-04-11 131349 Screenshot 2024-04-11 131413 Screenshot 2024-04-11 131435 Screenshot 2024-04-11 131638 Screenshot 2024-04-11 131700 Screenshot 2024-04-11 131722

The code for this project is available on GitHub at https://github.com/Vishalrathore95/Hospital-Dashboard-django

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.