Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 212 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 212 Bytes

ServerEx

Simple Cowboy server with docker-compose.yaml

Installation

docker-compose up

def deps do
  [
    {:plug_cowboy, "~> 2.5"},
    {:json, "~> 1.4"},
    {:poison, "~> 5.0"}
  ]
end