Final project for Systems Analysis Class: a Flask application prototyping a bank website.
This is a prototype application that represents a bank. Some features are a login system, a create account system, an active session system, a deposit and withdraw system, and more. The UI is created utilizing bootstrap.
We need a site that provides authentication that shows a user's balance and their transactions.
A flask application that allows for the creation of accounts, a login system to authenticate users, a session system so that the user sees information only for them, and functionality to add and withdraw funds.
Flask, Pip, Python
Extract to your folder and activate the python virtual environment. Utilize Flask to start the .py application. Enjoy!