efcasado / hola_maru

Toy application to illustrate how to use Maru and Swagger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

Toy application to illustrate how to use Maru and Swagger.


Languages

Language:Elixir 100.0%