Skip to content

farhans-codes/Hospital_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management System

Overview

The Hospital Management System is designed to streamline the administration of hospitals. It integrates various functions such as patient management, appointment scheduling, billing, and reporting to enhance the efficiency and effectiveness of hospital operations.

Features

  • Patient Management: Register and manage patient information.
  • Appointment Scheduling: Schedule, reschedule, and manage patient appointments.
  • Billing System: Generate and manage bills for patients.
  • Reporting: Generate various reports for hospital administration.
  • User Management: Manage different roles and permissions for hospital staff.

Technologies Used

  • CSS: For styling the user interface.
  • JavaScript: For client-side scripting and dynamic content handling.
  • HTML: For structuring the web pages.
  • PHP: For server-side scripting and managing backend logic.

Installation

  1. Clone the repository:

    git clone https://github.com/farhan99990/Hospital_Management_System.git
  2. Navigate to the project directory:

    cd Hospital_Management_System
  3. Set up the server:

    • Ensure you have a web server (e.g., Apache) and PHP installed.
    • Place the project files in the web server's root directory.
  4. Configure the database:

    • Create a MySQL database.
    • Import the database schema from the provided SQL file (if available).
    • Update the database configuration in the project files to match your database credentials.

Usage

  1. Start the web server: Make sure your web server is running.

  2. Access the application: Open your web browser and navigate to http://localhost/Hospital_Management_System (or the appropriate URL depending on your server configuration).

  3. Log in: Use the provided credentials to log in and start using the system.

Contributions

Contributions are welcome! Please fork the repository and submit pull requests for any enhancements or bug fixes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors