A prototype command line interface app Functions:
- deposit
- transfer
- withdraw
- check balance
Steps:
- Download/Clone git repo
- Run install.sh in the project directory
- search for protobankapp.exe on your local machine and run it
- Three options will pop up
- Option 1: Create an account
- Option 2: Transaction
- Option q: quit
if user is new, type 1 to an create account.
- A json file will be created in the directory the user is in.
- users can go ahead to create an account with email and password.
- users can go ahead and perform any transaction they like.
- if user already exist, type 2 to perform transaction.
- user will have to confirm their email and password to go further.
- After confirmation, users can perform any transaction
- option q quits the program.