Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 361 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 361 Bytes

CryptoTracker

Demo to explore OTP GenServer design and capabilities during Elixir Session #4.

Before tracking those cryptos 🚀

Start

  • run server process: mix run --no-halt
  • run inside a iex instance (debugging): iex -S mix