# elixir-http-base
An opinionated, fairly minimal base for an Elixir HTTP server application.
## Develop
```bash
iex -S mix
```
## Tests
mix test