The project of Database Systems course, provide clinic management doctors and patients.
Clinic
- Edit Appointment
- Search Patient Records
- Search / Update / Add Patient Information
- Search / Update / Add Doctor Information
- Search / Update / Add Medicine Information
- Doctor Schedule
- Update Doctor Schedule
Patient
- Patient Appointment
- Doctor Schedule
- Search Patient Records
- Search Medicine Information
Doctor
- Search / Add Patient Records
- Add / Delete Patient Allergy
- Search Medicine Information
Client: HTML, CSS, Javascript, Bootstrap, jQuery, jQuery UI
Server: PHP, MySQL
-
Change directory to XAMPP's htdoc
-
Clone the project
git clone https://github.com/davidho0403/clinic-system.git
- Setup db connection info db_con.php
cd /database/
-
Run XAMPP Apache Server and Database Server
-
Execute create_tables.sql and add_test_data.sql in the DBMS
-
Open homepage localhost/clinic-system/view/clinic/