Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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