Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```