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.
- Host: GitHub
- URL: https://github.com/elixirschool/router_example
- Owner: elixirschool
- Created: 2019-01-24T02:05:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T05:27:55.000Z (about 7 years ago)
- Last Synced: 2025-03-27T20:06:07.669Z (about 1 year ago)
- Topics: bulma-css, elixir, elixir-lang, elixir-school, example-app, plug
- Language: HTML
- Size: 8.79 KB
- Stars: 6
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)