GeekAlexis / banking-system

A banking system created using JDBC and the Oracle Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banking-System

The banking system provides two simulated command line interfaces, the ATM interface, and the Bank Teller interface. They are designed for customers and bank employees, respectively. 4 types of accounts are supported: interest checking, student checking, savings, and pocket.

ATM Interface Features

  • Log in using user ID and pin
  • Deposit & withdraw money
  • Transfer money to another owned account
  • Collect and top-up for a pocket account
  • Wire & pay-friend

Bank Teller Interface Features

  • Create account
  • Submit check transactions
  • Add monthly interest
  • Generate monthly statement for a customer
  • Generate Government Drug and Tax Evasion Report (DTER)

About

A banking system created using JDBC and the Oracle Database


Languages

Language:Java 100.0%