Simple REST service in Cowboy_rest, webmachine and Phoenix
Simple Todo REST service implemented in cowboy_rest, webmachine and Phoenix. Contains the sample code to go with this blog post.
Bootstrapping the database
The Todo REST services relies on a MySql database that can be boostrapped in the cowboy_rest_example
project with
mix ecto.setup
.