Skip to content

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

Notifications You must be signed in to change notification settings

gitofsajeed/PythonDjango-Hospital-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published