Skip to content

You-good-bruh/Clinic-Appointment-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Clinic System

GitHub GitHub repo size

Feel Free To Contribute.

This Repo is Online Clinic System DBMS Project using PHP7.x, PHPmyadmin, mySQL5.x

Features

  1. Admin, Customer, Doctor login
  2. Sessions
  3. Dynamic header
  4. Book doctor and test Appointment
  5. Online Report

Features for Client

  1. Can book an Appointment.
  2. Can Delete an Appointment.
  3. Can update Profile info.
  4. Can update Password.

Features for Doctors

  1. Can Look for Appointment.
  2. Can Delete an Appointment.
  3. Can update basic Profile info.
  4. Can update Password.

Features for Admin

  1. Can see current status for no. of Appointments.
  2. Can upload Report.
  3. Can update Doctor and test details.
  4. Can update Password.

Setup

Change credentials in config.php.

<?php $con = mysqli_connect("localhost","user","password","database") or die(mysqli_error()); ?>

Open PHPmyadmin create a database named project.
Import the project.sql file in database folder.

About

A system that helps to book your appointment for a clinic.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published