Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 556 Bytes

ex_banking

A simple banking application supporting the following operations over user acocunts:

  • create user account
  • get balance from target account in currency
  • deposit amount to target account in currency
  • withdraw amount from target account in currency
  • send amount from User1 to User 2 in currency

Application features:

  • multiple accounts can be serviced concurrently
  • a number of MAX operations can be done at any given time over a target account

Architecture

Build

$ rebar3 compile