https://github.com/ukane-philemon/cli-atm
A simple CLI ATM Machine with basic ATM features.
https://github.com/ukane-philemon/cli-atm
atm bank money
Last synced: 6 months ago
JSON representation
A simple CLI ATM Machine with basic ATM features.
- Host: GitHub
- URL: https://github.com/ukane-philemon/cli-atm
- Owner: ukane-philemon
- License: mit
- Created: 2022-10-25T12:11:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T22:44:49.000Z (about 3 years ago)
- Last Synced: 2024-06-21T16:56:30.085Z (over 1 year ago)
- Topics: atm, bank, money
- Language: Go
- Homepage:
- Size: 3.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cli-atm
ATM is a simple ATM machine cli program for the Alt_School third assignment that has the following features:
- Change Pin.
- Check account balance.
- Withdraw funds.
- Deposit funds.
- Cancel/exit/logout (selecting any of the option will exit the program).
To run you must have go installed and clone this repository on your terminal using `git clone https://github.com/ukane-philemon/cli-atm.git` then:
- `cd cli-atm`
- Run `go build` then `./cli-atm` or run `go install` then `cli-atm`