Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunsardana004/Blood-Bank-And-Donation-Management-System
An Online System built for the Blood Donation Organisation to manage the Blood Bank System in which Blood Donors can willingly give their name and the Person in need of blood can find whether the Blood is available or not.
https://github.com/varunsardana004/Blood-Bank-And-Donation-Management-System
admin blood-bank-management computer-science database mysql php user-interface xampp
Last synced: 20 days ago
JSON representation
An Online System built for the Blood Donation Organisation to manage the Blood Bank System in which Blood Donors can willingly give their name and the Person in need of blood can find whether the Blood is available or not.
- Host: GitHub
- URL: https://github.com/varunsardana004/Blood-Bank-And-Donation-Management-System
- Owner: varunsardana004
- Created: 2020-09-04T06:59:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T14:36:56.000Z (4 months ago)
- Last Synced: 2024-07-30T21:05:08.963Z (4 months ago)
- Topics: admin, blood-bank-management, computer-science, database, mysql, php, user-interface, xampp
- Language: PHP
- Homepage:
- Size: 1.09 MB
- Stars: 176
- Watchers: 5
- Forks: 81
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blood-Bank-&-Donation-Management-System
Blood Bank Donation System is a php based web project with both admin and user layouts.
# Installation
1. Install XAMPP or WAMPP.
2. Open XAMPP Control panal and start [apache] and [mysql] .
3. Download project from github(https://github.com/varunsardana004/Blood-Bank-And-Donation-Management-System.git).
OR follow gitbash commands
```t
i>cd C:\\xampp\htdocs\
ii>git clone https://github.com/varunsardana004/Blood-Bank-And-Donation-Management-System.git
4. Extract files in C:\xampp\htdocs.5. Open link localhost/phpmyadmin
6. Click on new at side navbar.
7. Give a database name as (blood_bank_database) hit on create button.
8. After creating database name click on import.
9. Browse the file in directory[BDMS/sql/blood_bank_database.sql].
10. After importing successfully.
11. Open any browser and type http://localhost/BDMS/home.php to open User layout.
# Admin Panel
Open any browser and type http://localhost/BDMS/admin/login.php to open Admin Login Panel.
Enter Below Credentials to login to the Admin Panel.
Username = varunsardana004
Password = 123
# If you like my project hit the star 🌟 button# Screenshots
User Panel Images
1. Home Page
2. About Us Page
3. Why Donate Blood Page
4. Become A Donor Page
5. Need Blood Page
6. Contact Us Page
Admin Panel Images
1. Admin Panel Login Portal
2.Dashboard
3.Change Password Page
4.Add Donor Page
5.Donor List Page
6.Check Contact Us Query Page
7.Manage Page Data
8.Update Page Details
9.Update Contact Info Page