Skip to content

Japjeet09/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Hospital-Management-System

A website which offers several useful features that let users handle the hospital's documentation. The idea behind both this system and the web application is straightforward, consistent with real-world situations, and expertly executed. Specifically, handling hospital records is the primary focus of this Python Django hospital management system project. The system also shows all of the available appointments along with the relevant information. Furthermore, the technology facilitates the management of patient records. This project appears to be separated into three categories: admin panel, doctor, and patient. According to an overview, a patient only needs to register in order to begin using this web application. First, the administrator must approve the action. He or she must actually apply for it. However, the administrator must take action for each application, which is contingent on their approval or disapproval. By default, each patient must provide all relevant symptoms. The client can also examine their appointment and hospital expenses.

Available Features: Patient Panel Doctor Panel Admin Panel Create Appointments Manage Appointments Generate Bills Discharge Patients Approve/Decline Request Download Bills

Instructions:

  1. After you finish downloading the project, unzip the project file and head over to the project root folder.
  2. You can also create a Virtual Environment and Activate it.
  3. Open your Terminal/Command Prompt on the project’s root folder.
  4. Install the Requirements: pip install -r requirements.txt. Then, make database migrations: python manage.py makemigrations
  5. python manage.py migrate
  6. And finally, after a successful migration run the application: python manage.py runserver
  7. At last, open up your favorite web browser For the Admin Panel credentials, you have to create one with a superuser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published