The Bank Portal web application was developed to demonstrate the capabilities of front-end & Back-end web technologies in creating an intuitive, responsive, and efficient banking platform. The need for secure and user-friendly banking applications is growing as more financial institutions shift towards online services. This project uses HTML for structure, CSS for styling, and JavaScript for functionality to simulate real-world banking operations and Django for back-end services .
Below are following steps and prerequisites for setting up the Web portal locally .
This technologies used in creation of the bank portal are as follow :
below is installation of python web framework django
Note : setup python venv before running django commands
- django
pip install django
Bellow are the installation steps to set-up the portal locally on your computer .
- Clone the repo
git clone https://github.com/UnnatMalik/Bank-Portal.git
- CD into the directory in which project is there
cd directory
- install django(if not installed)
py -m pip install django
- Run the development server command
python manage.py runserver
Below is the Block-Diagram for web Portal :
Below is the Website Flow Chart :
You are most welcome to contribute on the project :
- ⭐ don't forget to give a star to the repo .
- enjoy contributing to the project .
- Fork the Project
- Create your BankBranch (
git checkout -b bank/FinanceFeature
) - Commit your Changes (
git commit -m 'Add some Finance'
) - Push to the Branch (
git push origin bank/FinanceFeature
) - Open a Pull Request