About | Features | Technologies | Requirements | Starting | License | Author
A hospital management system that is used for online booking of appointments. It has registration for doctors and patients. An administrator (receptionist) can manage these users. The project is made via PHP and Javascript.
What makes this project unique?
✔️ Feature 1; VideoConferencing, using Talk
✔️ Feature 2; Calculate distance between two location. (Patient to Doctor) using Hervisine (calculates straight distance between the two).
✔️ Feature 3; Show route via google map.
✔️ Feature 4; Instead of the database sorting the data, we implemented a sorting algorithm called "Oyelami Sort" and "Cocktail Sort" Please refer to this
book as a study material: http://eprints.covenantuniversity.edu.ng/86/1/Olufemi.pdf
✔️ Feature 5; Instead of the database saearching the data, we implemented a searching algorithm called binary search
book as a study material: http://eprints.covenantuniversity.edu.ng/86/1/Olufemi.pdf
Why we employ client side technology? Important to read: https://github.com/QuantumBit-Softwares/Hospital-Management-System/blob/master/Plan%20for%20Algorithm%20Implementation.pdf
Paper: https://github.com/QuantumBit-Softwares/Hospital-Management-System/blob/master/Paper.pdf
The following tools were used in this project:
- [XAMPP]
- Uses PHP, MariaDB (MySQL), Javascript
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/asher-lab/Hospital-Management-System.git
# run via xampp
download as zip then extract to htdocs directory in xampp
This project is a fork of: https://github.com/kishan0725/Hospital-Management-System