Skip to content

GanapathySubramanian/Hospital-Management-System-With-More-Features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital-Management-System-with-admin-page

Hospital Management System using MySQL, Php.

For the updated version click here

Prerequisites

  1. Install XAMPP web server
  2. Any Editor (Preferably VS Code or Brackets Text Editor)
  3. Any web browser with latest version(eg chrome)

Languages and Technologies used

  1. HTML5/CSS3
  2. JavaScript (to create dynamically updating content)
  3. XAMPP (A web server by Apache Friends)
  4. Php
  5. MySQL (An RDBMS that uses SQL)
  6. FPDF (to generate PDFs)

Steps to run the project in your machine

  1. Download and install XAMPP in your machine
  2. Clone or download the repository
  3. Extract all the files and move it to the 'htdocs' folder of your XAMPP directory and name the folder as 'hospital'.
  4. 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.
  5. Start the Apache and Mysql in your XAMPP control panel.
  6. Open your web browser and type 'localhost/phpmyadmin'
  7. In phpmyadmin page, create a new database from the left panel and name it as 'hms'
  8. Import the file 'hms.sql' inside your newly created database and click ok.
  9. Open a new tab and type 'localhost/foldername' in the url of your browser
  10. Hurray! That's it!

SOFTWARES USED

  • 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).

Starting Apache And MySQL in XAMPP:

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’.