Blood Donor Management Project Using CodeIgniter
Blood Donor Management System Project Using CodeIgniter is a Web-Based application. This application is used to maintain the Blood Donor Record based on the blood group. Blood Donor Management Project developed using CodeIgniter (PHP framework) and MySQL Database.
BDMS Project Requirements
Blood Donor Management System Using CodeIgniter
Language Used
PHP5.6, PHP7.x
PHP Framework Used
CodeIgniter
Database
MySQL 5.x
User Interface Design
HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser
Mozilla, Google Chrome, IE8, OPERA
Software
XAMPP / Wamp / Mamp/ Lamp (anyone)
Project Modules
BDMS has three modules i.e. admin, Blood Donor, and user.
Admin Module
Dashboard: In this section admin can briefly view of Blood Groups and Registered Blood Donors.Blood Groups: In this section, admin can manage the Subjects (add/delete).User Details: In this section, admin can view, and delete the registered blood donors.Profile: In this section admin can update his/her profile.Change Password: In this section admin can change his/her own passwordsLogout: Through this button admin can logout.
Donor/ User Module
Signup: In this section, Donor can regsister your self.Signin: After successfull registration Donor can login with valid credentials.User Profile: In this section, Donor can update own details.Change Password: In this section Donor can change his/her own passwords.Logout: Through this button Donor can logout.
User Module
In this module, the user can search Blood Donor by blood Group and State name.
Output Screens of the Project
Home Page
Blood Donor Signup
Admin Dashboard
Blood Group List
How to run Blood Donor Management Project using CodeIgniter
Download the zip fileExtract the file and copy blood folderPaste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)Open PHPMyAdmin (http://localhost/phpmyadmin)Create a database with name bloodImport blood.sql file(given inside the zip package in SQL file folder)Run the script http://localhost/blood (frontend)
Blood Donor Credential
Username: johndoe@gmail.com
Password: Test@123
Admin Credential
Username: admin@gmail.com
Password: Test@123
Users can search the Blood donor using blood Group or State.
Project Demo
Project Report
The post Blood Donor Management System Using CodeIgniter appeared first on PHPGurukul.