Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM Coding Exercise

This project mimics the functionality of an ATM in a command line program.

To run this program, compile the project to a binary and run the binary via the command line.

Docker

To build this project as a Docker image:

cd into the project directory and build the image using the following command:

docker build -t mitchellkelly/atm .

To run the project in the docker container run the following command after building the image:

docker run -it mitchellkelly/atm

Finite State Machine

This project uses a finite state machine to manage the ATM state. A diagram of the ATM FSM is below.

ATM FSM

About

Coding exercise mimicing the functionality of an ATM

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages