This is a simple application that uses plugs to respond to HTTP requests.
-
Clone this repository and cd into it
-
Run: mix deps.get
-
Run: iex -S mix
-
Access http://localhost:4000
See /lib/elixir_plug_examples/router.ex for all available routes.