Bank_app is a console application of a bank that allows users to enter pin
and do other transactions including:
-
Check Balance
-
Send Money
-
Check Mini Statement
- mkdir build
- cd build
- cmake ..
- make
./bank_app/bank_app
- had to install sqlite3
brew install sqlite3
- had to install bcrypt
brew install bcrypt