An open API service indexing awesome lists of open source software.

https://github.com/elixirschool/router_example

A Plug.Router example application to accompany the our blog post.
https://github.com/elixirschool/router_example

bulma-css elixir elixir-lang elixir-school example-app plug

Last synced: 5 months ago
JSON representation

A Plug.Router example application to accompany the our blog post.

Awesome Lists containing this project

README

          

# RouterExample

This is the example application to accompany the blog post [Building web apps with Plug.Router](https://elixirschool.com/blog/building-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

```shell
$ mix deps.get
```

2. Run the server

```shell
$ mix run --no-halt
```

3. Enjoy at [localhost:4001](localhost:4001)