Description
Features of the Project
In “IFSC Code Finder” we use PHP and MySQL database. It has two modules i.e.
- User
- Admin
User
User can visit the website and search for the IFSC code by using bank name, branch name, and Pincode/zipcode.
Admin
Admin will be the user of this project who can control the whole website.
Dashboard: In this section, admin can the brief info about banks, states, cities.
Add pages: In this section, the admin can add the new bank, state, city, and details about a particular bank branch.
Manage Pages: In this section, admin can manage the bank, state, city, and bank details. Here admin can delete and edit the particular record.
Profile: In this section, admin can update their own profile.
Setting: In this section, admin changes their own password.
Admin can also recover their own password.
How to run the IFSC Code Finder Project using PHP
- Download the zip file
- Extract the file and copy
ifscfinder
folder - Paste 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
ifscdb
- Import
ifscdb.sql
file(given inside the zip package in SQL file folder) - Run the script
http://localhost/ifscfinder
(frontend)
Credential for admin panel :
Username: admin
Password: Test@123
Reviews
There are no reviews yet.