Skip to content

Flask Website for Retail bank that serves individual customers, to manage their savings and current accounts. It has the ability to create customer, open customer account, update and delete customer, manage cashier transactions such as deposit, withdraw and transfer functionalities.

Notifications You must be signed in to change notification settings

satheesh22g/Banking-Application

Repository files navigation

Banking Application

Project Overview

Retail bank management is one of the most widely used application management functions in banking and financial industry. This Project provide base functionalities to both bank employees and bank customers. Made it available through well-defined User Interface

What Will I Learn?

  • Develop a RESTful web application using the Python framework Flask
  • Implementing third-party OAuth authentication.
  • Implementing CRUD (create, read, update and delete) operations.

Skills used for this project

  • Python –flask
  • SQL alchemy
  • Python -flask-session

PreRequisites

Setup Project:

  1. Download or Clone Banking-Application repository.
  2. Find the Banking-Application folder and replace it with the content of this current repository, by either downloading or cloning it from Here.

How to Run

  1. Clone this repo
  2. Unzip the file
  3. go to Banking-Application folder
  4. install all requirements using pip
$ pip install -r requirements.txt
  1. Create a database and tables
$ Python database.py
  1. Populate the database with some initial data
$ Python load_data.py
  1. Launch application
$ Python app.py
  1. Open the browser and go to
 http://localhost:5000


About

Flask Website for Retail bank that serves individual customers, to manage their savings and current accounts. It has the ability to create customer, open customer account, update and delete customer, manage cashier transactions such as deposit, withdraw and transfer functionalities.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published