Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 553 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 553 Bytes

shotrize

Shotrize is a API / REST API / Web page easy render framework (like a vanilla PHP) that doesn't require MVC and router.

Installation

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.

License

This project is licensed under the terms of the Apache 2.0 license, see LICENSE.