- Make sure you have docker.
- Execute
make crux
in the terminal. - Execute
make run
in the terminal. - Have fun!
make test
- 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.