Developed Using Flask Web framework
The System needs to be able to handle primary functions that can be grouped into two set of activities.
New account executive/New customer
- Create, Update, Delete Customer
- Create and Delete Account
- View Customer and Account Status
Cashier/Teller
- Manage deposit, withdraw and transfer
- Get Customer and Account details
- Get Customer-Account Transactions/Get Statement
Clone the repository and activate the virtual environment. In cmd navigate to the project folder and write:
venv\Scripts\activate
Next install the libraries and dependencies :
pip install -r requirements.txt
Run the website :
python main.py
- Bank Executive Login -> username = User11111 and password = User@11111
- Cashier Login -> username = User22222 and password = User@22222
SQLite Database using SQLAlchemy ORM