danielchristopher513 / Hospital_Management_System_Using_PHP_and_MYSQL

Hospital Management System is a web application developed using PHP and MySQL. It provides functionalities for managing hospital operations, including patient appointments, doctor approvals, prescription and treatment management, billing, and more. The system is designed to be user-friendly and efficient in managing hospital processes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hospital_Management_System

Hospital Management System is a web application developed using PHP and MySQL. It provides functionalities for managing hospital operations, including patient appointments, doctor approvals, prescription and treatment management, billing, and more. The system is designed to be user-friendly and efficient in managing hospital processes.

Features

  • Patient Appointment Booking: Patients can book appointments with doctors.
  • Doctor Approval: Doctors can review and approve patient appointments.
  • Prescription and Treatment Management: Doctors can add prescriptions and treatments for patients.
  • Patient Login: Patients can log in to view their prescriptions, treatments, and bills.
  • Online Payments: Patients can make payments for their bills online.
  • Admin Functions: Admins can add, view, and delete doctors, patients, and treatments.

Prerequisites

  1. Install XAMPP web server
  2. Any Editor (Preferably VS Code or Sublime Text)
  3. Any web browser with latest version

Languages and Technologies used

  1. HTML5/CSS3
  2. JavaScript (to create dynamically updating content)
  3. Bootstrap (An HTML, CSS, and JS library)
  4. XAMPP (A web server by Apache Friends)
  5. Php
  6. MySQL (An RDBMS that uses SQL)

Steps to run the project in your machine

  1. Download and install XAMPP in your machine
  2. Clone or download the repository
  3. Extract all the files and move it to the 'htdocs' folder of your XAMPP directory.
  4. Start the Apache and Mysql in your XAMPP control panel.
  5. Open your web browser and type 'localhost/phpmyadmin'
  6. In phpmyadmin page, create a new database from the left panel and name it as 'ohmsphp'
  7. Import the file 'ohmsphp.sql' from DATABASE FILE named folder ,inside your newly created database and click ok.
  8. Open a new tab and type 'localhost/foldername' in the url of your browser

About

Hospital Management System is a web application developed using PHP and MySQL. It provides functionalities for managing hospital operations, including patient appointments, doctor approvals, prescription and treatment management, billing, and more. The system is designed to be user-friendly and efficient in managing hospital processes.


Languages

Language:JavaScript 53.8%Language:CSS 25.6%Language:PHP 20.2%Language:Hack 0.5%