Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 987 Bytes

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