Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pitzzahh/atm-console
Automated teller machine application that runs on a command line interface.
https://github.com/pitzzahh/atm-console
Last synced: 10 days ago
JSON representation
Automated teller machine application that runs on a command line interface.
- Host: GitHub
- URL: https://github.com/pitzzahh/atm-console
- Owner: pitzzahh
- License: mit
- Created: 2022-08-10T14:09:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T01:26:17.000Z (about 1 year ago)
- Last Synced: 2024-10-11T12:45:18.534Z (about 1 month ago)
- Language: Java
- Size: 249 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atm-console
Automated teller machine application that runs on a command line interface.![GitHub Issues](https://img.shields.io/github/issues/pitzzahh/atm-console)
![Forks](https://img.shields.io/github/forks/pitzzahh/atm-console)
![Stars](https://img.shields.io/github/stars/pitzzahh/atm-console)
![License](https://img.shields.io/github/license/pitzzahh/atm-console)## Look and feel
Main Interface
## Main interface
- access using administrator account (credentials can be found in the code)
- access using client account---
Admin Interface
## Administrator can..
- Add clients
- Remove clients
- View clients full information
- Manage clients with locked account (re-open or delete locked accounts)
- Manage clients with loans (approve or decline or delete account loans)
- Logout session---
Client Interface
## Clients can..
- Deposit cash
- Check their savings balance
- Withdraw cash
- Loan cash
- Check for message regarding their Loan (if approved or declined)
- Logout session