PythonDjango-Hospital-Management

Python-Django/Hospital Management System

​ This is a Hospital Management System built using the Django web framework in Python. It allows hospital staff to manage patients, doctors, appointments, and medical records. ​

Features

  • User authentication and authorization system
  • Dashboard with statistics and quick links
  • Manage doctors (add, edit, delete)
  • Manage appointments (schedule)
  • Search functionality for patients, doctors, and appointments
  • Responsive design for mobile and desktop
  • Installation

    1. Clone the repository: ```bash git clone https://github.com/gitofsajeed/Hospital-Management.git

    2. Change into the project directory: ```bash cd hospital-management

    3. Install the required packages: ```bash pip install -r requirements.txt

    4.Run database migrations:

    python manage.py migrate
    
    1. Create a superuser account: ```bash python manage.py createsuperuser

    2. Start the development server: ```bash python manage.py runserver

    3. Open http://localhost:8000/ in your web browser

    Contributing

    Contributions are welcome! Please open an issue or pull request if you find a bug, have a feature request, or would like to contribute code.

    License

    This project is licensed under the MIT License. See the LICENSE.md file for details.

    Credits

  • Django web framework: https://www.djangoproject.com/
  • Bootstrap front-end framework: https://getbootstrap.com/
  • Font Awesome icon set: https://fontawesome.com/