A simple Retail Bank Management web-app built using Flask, SQLite
- Register/Login as Customer/Teller
- Profile Management
- Account Management
- Deposit, Withdraw, Transfer money
- View Reports (Download as PDF)
Download and Install Python
Use the package manager pip to install the dependencies.
pip install -r requirements.txt
To start our application, run the command:
flask run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.