Hex is package manager for the Erlang VM.
This project currently provides tasks that integrate with Mix, Elixir's build tool.
See hex.pm for installation instructions and other documentation.
Integration testing against the API server requires a postgresql user with username postgres
and password postgres
.
Run integration tests with mix test --include integration
.
Install hex with: mix run install.exs
Also see the API server repository: hex_web.