Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 352 Bytes

ExBanking

An implementation of simple banking app with Elixir's gen_servers

Environment Setup

  • Install elixir 1.13.3
  • Install erlang 24.2

To start application

  • Install dependencies with mix deps.get
  • Start inside IEx with iex -S mix

Mix Test

Run following commands to run tests using mix test utility

mix test