/Bank

Primary LanguageJava

Bank

This app is a simple implemention of bank. It's functionality:

  • save user data such as bank accounts, transaction history
  • show bank account status and currency
  • convert money from one currency to the another

Exchange rates are stored in MySQL database.

The app is written using Java and JPA.