Skip to content

UnnatMalik/Bank-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Bank Portal

This is a project about a Bank Portal

About The Project

Screenshot 2024-10-29 115912

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 .

Getting Started

Below are following steps and prerequisites for setting up the Web portal locally .

Built With

This technologies used in creation of the bank portal are as follow :

Prerequisites

below is installation of python web framework django

Note : setup python venv before running django commands

  • django
    pip install django

Installation

Bellow are the installation steps to set-up the portal locally on your computer .

  1. Clone the repo
    git clone https://github.com/UnnatMalik/Bank-Portal.git
  2. CD into the directory in which project is there
    cd directory
  3. install django(if not installed)
     py -m pip install django 
  4. Run the development server command
     python manage.py runserver

Roadmap

Below is the Block-Diagram for web Portal :
Screenshot 2024-11-01 115645


Below is the Website Flow Chart :


Screenshot 2024-11-01 115747

Contributing

You are most welcome to contribute on the project :

  • ⭐ don't forget to give a star to the repo .
  • enjoy contributing to the project .
  1. Fork the Project
  2. Create your BankBranch (git checkout -b bank/FinanceFeature)
  3. Commit your Changes (git commit -m 'Add some Finance')
  4. Push to the Branch (git push origin bank/FinanceFeature)
  5. Open a Pull Request

Releases

No releases published

Packages

No packages published