Hospital Management System using MySQL, Php.
For the updated version click here
- Install XAMPP web server
- Any Editor (Preferably VS Code or Brackets Text Editor)
- Any web browser with latest version(eg chrome)
- HTML5/CSS3
- JavaScript (to create dynamically updating content)
- XAMPP (A web server by Apache Friends)
- Php
- MySQL (An RDBMS that uses SQL)
- FPDF (to generate PDFs)
- Download and install XAMPP in your machine
- Clone or download the repository
- Extract all the files and move it to the 'htdocs' folder of your XAMPP directory and name the folder as 'hospital'.
- After Extracting the downloaded file another zip file that contaion images and gif will have Extract that images & gif zip file and the fpdf zip file and take out all the folder inside the images & gif folder.
- Start the Apache and Mysql in your XAMPP control panel.
- Open your web browser and type 'localhost/phpmyadmin'
- In phpmyadmin page, create a new database from the left panel and name it as 'hms'
- Import the file 'hms.sql' inside your newly created database and click ok.
- Open a new tab and type 'localhost/foldername' in the url of your browser
- Hurray! That's it!
- XAMPP was installed on the windows 8 machine and APACHE2 Server and MySQL were initialized. And, files were built inside C:\xampp\htdocs\hospital
- Brackets was used as a text editor.
- Google Chrome Version 77.0.3865.90 was used to run the project (localhost/hospital was used as the url).
The XAMPP Control Panel allows you to manually start and stop Apache and MySQL. To start Apache or MySQL manually, click the ‘Start’ button under ‘Actions’.