Skip to content

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

License

Notifications You must be signed in to change notification settings

piacerex/shotrize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages