Skip to content

naomijub/atm-crux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM Crux

The main idea was to use a challenge to implement an ATM using Crux and transistor crate

Running the example

  1. Make sure you have docker.
  2. Execute make crux in the terminal.
  3. Execute make run in the terminal.
  4. Have fun!

Testing

  1. make test

IBM ATM Challenge

  • This was translated by google translate.

You create an ATM API (APP), where it is possible to execute withdrawal, deposit, transfer, extract and production of a lockout report, in addition to operations and controls that must be used.

  • For operations to be available or to be opened, opening and closing operations must be provided.

Withdraw

  • For withdrawal operations, the necessary data must be informed as input to the operation, and returned as bank notes that will be removed from the box, in addition to the additional data if necessary.

Deposit

  • For deposit operations, the necessary data must be informed as input of the operation, in addition to the type of deposit (MONEY, CHECK) and return the tracked data to the receipt.

Transfer

  • For transfer operations, the data necessary for the operation of the source and destination accounts must be given, with balance validation parameters and the possibility of scheduling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published