A comprehensive web-based application for managing hospital operations, including doctors, pharmacists, patients, and medication inventory. Built with PHP and MySQL.
- User Roles & Authentication: Secure login for Doctors, Pharmacists, and Admins.
- Patient Management: Add, update, and view patient records.
- Staff Management: Manage doctors and pharmacists details.
- Inventory Control: Add, update, and remove drugs/medications.
- Prescription System: Assign drugs to patients and track medication history.
- Dashboard: Centralized view for quick access to core functions.
- Clone the repository:
git clone https://github.com/yourusername/Hospital-Management-System.git
- Database Setup:
- Import the
hospital.sqlfile into your MySQL database. - Configure the database connection in
Hospital/ConnectionOnDatabase.php.
- Import the
- Run the Application:
- Host the files on a registered server (e.g., XAMPP, WAMP, Laragon).
- Access the application via your browser (e.g.,
http://localhost/Hospital-Management-System/Hospital/login-page.php).
- Backend: PHP
- Database: MySQL
- Frontend: HTML, CSS, JavaScript
Hospital/: Core application files.ConnectionOnDatabase.php: Database connection settings.Action/: Logic for handling form submissions.HTML/: Frontend templates and pages.style/: CSS stylesheets.
hospital.sql: Database schema import file.
Distributed under the MIT License. See LICENSE for more information.