If available in Hex, the package can be installed
by adding plug_validation
to your list of dependencies in mix.exs
:
def deps do
[{:plug_validation, "~> 0.1.0"}]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/plug_validation.
To start the application run the following command:
mix run --no-halt
and open the web browser:
http://localhost:8080/
All tests can be run by executing:
mix test