A comprehensive hospital management system developed using PHP and MySQL, designed to manage hospital data efficiently. The system includes user authentication (admin and normal users), hospital listings, and admin features like statistics dashboard and hospital management (add, edit, delete). It supports a structured database with patients, doctors, diagnoses, and specializations, all integrated into a dynamic web interface.
Key Features:
User registration and login with role-based access (admin/user)
Dynamic hospital listing with search and filter options
Hospital details page for each listed hospital
Admin-only dashboard for:
Viewing system statistics (e.g., number of hospitals, doctors, patients)
Adding new hospitals and managing existing ones
Secure CRUD operations for hospitals
Session management and access control
Clean and responsive UI
Tech Stack:
Front-End: HTML, CSS
Back-End: PHP
Database: MySQL
Skills Demonstrated:
User authentication and role-based access control
Backend logic and interaction with relational databases
Dynamic content rendering and data handling
Building scalable admin tools and secure operations
Data organization and relational modeling (hospitals, doctors, patients, etc.)