/hola_maru

Toy application to illustrate how to use Maru and Swagger.

Primary LanguageElixir

HolaMaru

A toy application to illustrate how to use Maru and Swagger.

Usage

mix deps.get
mix deps.compile
mix compile

iex -S mix

curl -X GET http://localhost:8080/hola/efcasado
# => Hola efcasado!%

The Swagger UI will be available in localhost:8080/api-docs/.