Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 706 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 706 Bytes

plug_validation

Installation

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.

Running

To start the application run the following command:

mix run --no-halt

and open the web browser:

http://localhost:8080/

Testing

All tests can be run by executing:

mix test