/rumbl

Application in Programming Phoenix book

Primary LanguageElixirMIT LicenseMIT

Rumbl

Sample application from the book Programming Phoenix.

Setup

To start your Phoenix server:

  • Start Database Docker container docker compose -f docker-compose.dev.yml up
  • Install dependencies with mix deps.get
  • 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