Skip to content

daphsta/bank_account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FirstBankAccount

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

Installation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages