Skip to content

mrdotb/probuild_ex

Repository files navigation

ProbuildEx

Companion code for the series

To start probuild ex:

import Config

# Setup the riot token
config :probuild_ex, ProbuildEx.RiotApi, token: ""
  • You need postgres you can use docker
docker compose -f docker-compose.dev.yml up -d 
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more