/bank

Sample Bank application used for my 2021 ElixirConf presentation

Primary LanguageElixir

Bank

An example event-source application used for my ElixirConfEU 2021 talk.

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Run app with iex -S mix

Learn more

Todos

  • Add tests
  • Additional features?? (Make requests in issues)