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
- Develop a RESTful web application using the Python framework Flask
- Implementing third-party OAuth authentication.
- Implementing CRUD (create, read, update and delete) operations.
- Python –flask
- SQL alchemy
- Python -flask-session
- Download or Clone Banking-Application repository.
- Find the Banking-Application folder and replace it with the content of this current repository, by either downloading or cloning it from Here.
- Clone this repo
- Unzip the file
- go to Banking-Application folder
- install all requirements using pip
$ pip install -r requirements.txt
- Create a database and tables
$ Python database.py
- Populate the database with some initial data
$ Python load_data.py
- Launch application
$ Python app.py
- Open the browser and go to
http://localhost:5000