Elixir sample project based on http://elixir-lang.org/getting-started/
.
This basically consisits of the KV sample and a simple web-server implementation based on trout.
Next step will be to plug this together nicely.
Run
mix hex.info
mix
mix deps.get
Run mix trot.server
to start the trot sample server.
And access the sample application at http://localhost:8888/
http://localhost:8888/json
should give you {"hyper":"social"}