Simple Medical Hub Directory Site in PHP/OOP with Source Code

Language

Introduction

This simple project is a Medical Hub Directory Site. This is a web-based application that provides the public with an online directory site for the medical clinics inside a certain Medical Hub. The site allows the visitor to search a certain clinic for their specific medical needs. The site will give the users the clinic's basic information. It has a simple and pleasant user interface using Bootstrap Framework and Material Kit Template. This simple project consists of user-friendly features and functionalities.

About the Medical Hub Directory Site

I developed this project using the following:

This Simple Medical Hub Directory Site has 2 sides of the user interface. One is for the public visitors and the other one is for the Management or Admin Panel of the site. The admin site is only accessible to the medical hub's management. The admin site is the side of the system where the management can access and manage the clinic information and categories. This site requires the user to log in with its system credentials in order to gain access to the features and functionalities of this site. On the public site, visitors can list all the medical clinics that are available in the medical hub. The site will show some basic information about the clinic such as the category, doctor names, contact information, and other information about the clinic.

Features

Management/Admin Site

  • Login and Logout
  • Home Page
    • Displays the Summary of User's Messages
  • Category Management
    • Add New Category
    • List All Categories
    • View Category Details
    • Update Category Details
    • Delete Category
  • Clinic Management
    • Add New Clinic
    • List All Clinics
    • View Clinic Details
    • Update Clinic Details
    • Delete Clinic
  • Update System Information
  • Update Account Information/Credentials

Public Site

  • Home/Welcome Page
  • Display Welcome Content
  • Display 'About US' Content
  • List All Available Clinics
  • View Clinic Information/Details

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted. You can use the source code as your reference.

System Snapshots of some Features

Public Clinic List Page

Medical Hub Directory Site

Public Clinic Details

Medical Hub Directory Site

Admin Site Home Page

Medical Hub Directory Site

Admin Site Category List

Medical Hub Directory Site

Admin Site Clinic List

Medical Hub Directory Site

Admin Site Clinic Details

Medical Hub Directory Site

Admin Site Manage System Information

Medical Hub Directory Site

How to Run ??

Requirements

System Installation/Setup

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Extract the downloaded assets zip file.
  5. Copy the extracted assets folder and paste it into the source code root path.
  6. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  7. Create a new database naming mhds_db.
  8. Import the provided SQL file. The file is known as mhds_db.sql located inside the database folder.
  9. Browse the Medical Hub Directory Site in a browser. i.e. http://localhost/mhds/.

Default Admin Access:

Username: admin
Password: admin123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Medical Hub Directory Site in PHP. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment