An open API service indexing awesome lists of open source software.

https://github.com/geekalexis/banking-system

A banking system created using JDBC and the Oracle Database
https://github.com/geekalexis/banking-system

database sql

Last synced: 2 months ago
JSON representation

A banking system created using JDBC and the Oracle Database

Awesome Lists containing this project

README

        

# 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)