Skip to content

yash2316/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Hospital Management System

Introduction

This Hospital Management System is a web-based application developed using MySQL, PHP, HTML, CSS, and JavaScript. It provides a comprehensive platform for managing patients, doctors, appointments, and prescriptions within a hospital environment. The system is designed to facilitate efficient communication and management between patients, doctors, and administrators. Features:

Patient Module

Login: Patients can log in to their accounts securely. Registration: New patients can register themselves in the system. Appointment Booking: Patients can book appointments with doctors for a specific date and time. View Appointments: Patients can view their upcoming appointments. View Prescriptions: Patients can access prescriptions made by doctors. image image image image

Doctor Module

Login: Doctors can log in to their accounts. View Appointments: Doctors can view their upcoming appointments. Prescription: Doctors can prescribe medications and treatments to patients. Appointment Management: Doctors can manage their appointment schedule. View Prescriptions: Doctors can view prescriptions they've issued. image image

Admin Module

Login: Admin can log in to the system. View Lists: Admin can view lists of patients, doctors, appointments, and prescriptions. Search Functionality: Admin can search for patients and doctors by their name. Add/Delete Doctors: Admin can insert new doctors into the system or remove existing ones.

image image image

Database Schema

image

Setup Instructions

Database Setup:

Import the provided "sql tables.php" file into your MySQL database server and run all the queries.

PHP Configuration:

Configure the database connection settings in database-config.php file.

Web Server Configuration:

Run php server using command : php -S 127.0.0.1:8000

Technologies Used

Frontend: HTML, CSS, JavaScript, Bootstrap

Backend: PHP

Database: MySQL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages