Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.25 KB

Hospital Management System

This is a hospital management system developed using Python, Flask, HTML, CSS, and JavaScript. The system allows hospital staff to manage patient records, schedule appointments, manage medical history, and billing.

Features

  • Login and registration system for staff and patients
  • Dashboard for hospital staff
  • Add, view, and edit patient records
  • Schedule, view, and edit appointments
  • Manage patient medical history and billing

Requirements Modules

  • Download latest version of Python.
  • Install XAMPP from here.
Open command prompt and install these below modules:-
  1. pip install flask
  2. pip install Flask-SQLAlchemy
  3. pip install Flask-Mail
  4. pip install mysqlclient
  5. pip install Flask-Login

Usage

To use the system, follow these step:
  • Login as a staff member or register as a patient.
  • Use the dashboard to manage patient records, schedule appointments, manage medical history, and billing.
  • Generate and download patient reports as needed.

Credits

This project was created by Mayank Pandey.

License

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