The Blood Bank Management System In PHP is a simple project developed using PHP, JavaScript, Bootstrap, and CSS. The project contains an admin and user side. The admin side manages all the management like managing blood donors, checking and managing the request of blood need, adding the country, state, city, area, and so on. The admin has an important role in the management of this Blood Bank Managing system.
About Blood Bank Management System In PHP
For the user section, the users can go through the homepage, about us, services, and contact us pages. The user can register as a blood donor, request for blood need or search for blood through services page. This project makes a convenient way for the blood donors and the person who needs blood to communicate with each other.
This Blood Bank Managing System is in PHP, JavaScript, Bootstrap, and CSS. Talking about the features of this system, it contains the admin section and the user section. All the editing, updating, managing donors, request of blood need, and editing places are from the admin section.
How To Run Blood Bank Management System In PHP ?
To run this project, you must have installed a virtual server i.e. XAMPP on your PC (for Windows). This Blood Bank Managing System is in PHP with source code is free to download, Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “blood_bank” and then click on the import tab
- Click on browse file and select “blood_bank.sql” file which is inside the “db” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/Blood_Bank/”