Shotrize is a API / REST API / Web page easy render framework (like a vanilla PHP) that doesn't require MVC and router.
Add to your mix.exs
file:
def deps do
[
{:shotrize ,git: "https://github.com/piacerex/shotrize.git", branch: "v1.0"}
]
end
Run below:
mix deps.get
mix shotrize.apply
Custom the templates/page, templates/api, and templates/api/rest.
This project is licensed under the terms of the Apache 2.0 license, see LICENSE.