Skip to content

jcjr30/java-bank-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple command line bank app written in java.

It is currently capable of:

  • Generating a Bank Account (Name, Acct # (Random unique 10 digit #), Initial Balance)
  • Storing the Bank Account information and any balance update in a JSON file via Jackson
  • Authentication token system, Accounts can only be accessed with their unique account number
  • Deposit funds
  • Withdraw funds
  • Has several pre-generated bank accounts in JSON_Data, the code to read/write JSON may have to be updated for your file location

Releases

No releases published

Packages

No packages published

Languages