Blood Bank & Donor Management System using PHP and MySQL
Blood Bank and Donor Management System is a web-based application. The persons who like to donate blood register in the Blood Bank application. The persons in need of blood search for the persons having the same blood group and within the city. If he found a donor in his city then he gets the total details of the donor, if he doesn’t find any donor then he is given the contact numbers and addresses of the Life-Saving Contact Persons for major cities.
Project Name | Blood Bank & Donor Management System |
---|---|
Language Used | PHP5.6, PHP7.x, PHP8.x |
Database | MySQL 5.x, MySQL8.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Last Updated | 07 June 2024 |
Project Demo
View Demo | Installation Guide |
Project Modules
In this projects, we use PHP and Mysql and it contains two modules i.e Admin and Donor.
Admin Module
Dashboard: In this section, admin can view all the details in brief like total blood group listed, registered donor list, and total enquiries received.
Blood Group: In this section, admin can manage blood group(Add/ Delete).
Donor List: In this section, admin can view a list of donors and have the right to delete and hide the detail of donor.
Manage Contact us Query: In this section, admin can manage query which is received by users.
Manage Pages: In this section, admin can website pages.
Update Contact info: In this section, admin can update the contact details of the website.
Request Received by Donor: In this section, admin can view the request of blood that is received by the donor.
Admin can also update his profile, change the password and recover the password.
User Module
Home: Its is welcome page for users and donor. If any users want to donate the blood they must register with us.
About Us: Users can view the about us page.
Contact Us: Users can contact with admin the through contact us page.
Donor List: Users can view and contact donors.
Search Donor: Users can search the donor according to city and blood group.
Registered Users(Donor)
Home: It is a welcome page for users and donors. If any users want to donate their blood they must register with us.
About Us: Users can view the about us page.
Contact Us: Users can contact with admin the through contact us page.
Donor List: Users can view and contact with donor.
Search Donor: Users can search the donor according to city and blood group.
My Account:
- Profile
- Change Password
- Request Received
- Logout
Donor can also update their profile, change their password and recover their password.
Some of the Project Screens
Home Page
Admin Dashboard
Donor List
How to run the Blood Bank & Donor Management System Using PHP and MySQL
1. Download the zip file
2. Extract the file and copy bbdms 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 bbdms with the name bbdms
6. Import bbdms.sql file(given inside the zip package in the SQL file folder)
7. Run the script http://localhost/bbdms
**************************Admin Credential***********************
Username: admin
Password: Test@123
**************************Donor Credential**********************
Username: amitk@gmail.com
Password: Test@123
Or Register a new user.