How to run the Hospital Management System  Project Using PHP and MySQL

1. Download the zip file
2. Extract the file and copy hospital folder
3. Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PhpMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name hms
6. Import hms.sql file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/hospital (frontend)

***********Login Details***********

****Login Details for admin**** 
Username: admin
Password: Test@12345

****Login Details for Patient****

Username: johndoe12@test.com
Password: Test@123

****Login Details for Doctor****
Username: anujk123@test.com
Password: Test@123

