gitofsajeed / PythonDjango-Hospital-Management

Emergency hospital management is a small website with the details about the hosptial history, doctors and department.And online booking and contact us form also included, More will be add soon

Home Page:https://gitofsajeed.github.io/PythonDjango-Hospital-Management/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
       git clone https://github.com/gitofsajeed/Hospital-Management.git
      
      
    2. Change into the project directory:
       cd hospital-management
      
    3. Install the required packages:
      pip install -r requirements.txt
      

    4.Run database migrations:

    python manage.py migrate
    
    1. Create a superuser account:
        python manage.py createsuperuser
      
    2. Start the development server:
      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/
  • About

    Emergency hospital management is a small website with the details about the hosptial history, doctors and department.And online booking and contact us form also included, More will be add soon

    https://gitofsajeed.github.io/PythonDjango-Hospital-Management/


    Languages

    Language:HTML 63.1%Language:Python 36.5%Language:CSS 0.4%