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
- Host: GitHub
- URL: https://github.com/geekalexis/banking-system
- Owner: GeekAlexis
- Created: 2020-01-12T06:16:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T07:31:55.000Z (over 5 years ago)
- Last Synced: 2025-01-12T17:28:10.553Z (4 months ago)
- Topics: database, sql
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)