Skip to content

elixirschool/router_example

Repository files navigation

RouterExample

This is the example application to accompany the blog post Building web apps with Plug.Router. We encourage you to check out the blog post for details on the application and it's purpose.

Running

  1. Install our dependencies
$ mix deps.get
  1. Run the server
$ mix run --no-halt
  1. Enjoy at localhost:4001

Releases

No releases published

Packages

No packages published