Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejasbubane/plug_example
plug application built for learning purpose
https://github.com/tejasbubane/plug_example
elixir elixir-lang plug webapp
Last synced: about 1 month ago
JSON representation
plug application built for learning purpose
- Host: GitHub
- URL: https://github.com/tejasbubane/plug_example
- Owner: tejasbubane
- Created: 2018-09-17T17:47:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T17:47:42.000Z (over 6 years ago)
- Last Synced: 2024-11-13T16:42:15.903Z (3 months ago)
- Topics: elixir, elixir-lang, plug, webapp
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlugExample
Example plug project as per the [elixir-school tutorial](https://elixirschool.com/en/lessons/specifics/plug/).
## Installation
* Install all dependencies:
```sh
mix deps.get
```* Start the server:
```sh
mix run --no-halt
```* Run the tests:
```sh
mix test
```