Hospital Management System (or HMS for short) project done by me as a part of Computer Networking course at NIT Silchar, India. I, Anubhav Saxena, am an Undergraduate Student in my Third Year at the moment and a programming enthusiast.
This project is made using Web Technologies as follows:
- HTML5
- CSS3
- PHP 5.6.3
- MySQL 5.6.20
- Javascript
- JQuery
Software used:
- XAMPP was installed on the Window 8 machine and APACHE Server and MySQL were initialized. And, files were built inside xampp/htdocs/[PROJECT_DIRECTORY].
- Notepad++ was used as the text editor.
- Mozilla Firefox 33.1 was used to run the project (localhost/[PROJECT_DIRECTORY] was used as the url).
HMS directory structure includes:
- menu: Files made in PHP for navigation bar consisting of services, about, etc.
- services: Files made in PHP whose content are shown in an iFrame, thus reload of full page is not required.
- images: images in .JPEG/.PNG format (unable to add to the project repository at the moment through website).
Files in main directory include:
- "index.php" as the main launching file consisting of the layout.
- "jquery-1.11.0.min.js" to support jquery in project.
- "hms.sql" includes the Database and Table Structures used in the project. It can be imported directly to MySQL.