Flask api's for handling users interaction with the bank. Allows user to create delete edit use and view account.
Here're some of the project's best features:
- Create account (/create)
- Login to account (/login)
- Transactions ==> deposit or withdraw money from account (/transaction)
- Editing Account details (/edit)
- Deleting account (/delete)
- Viewing account details (/view)
- Viewing account Balance (/balance)
1. Installlation
pip install -r requirements.txt
2. Run
flask run --debug
Technologies used in the project:
- Python
- Flask