A simple Bank account transaction using GenServer
- Bank account should always return a balance
- User is able to deposit monies
- User is able to withdraw monies
**TODO: Create GenServer version
If available in Hex, the package can be installed
by adding first_bank_account
to your list of dependencies in mix.exs
:
def deps do
[
{:first_bank_account, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/first_bank_account.