An implementation of simple banking app with Elixir's gen_servers
- 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
Run following commands to run tests
using mix test
utility
mix test