Skip to content

KamilLelonek/plug-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of validation in Elixir Plug layer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages