An open API service indexing awesome lists of open source software.

https://github.com/piacerex/shotrize

Phoenix API / REST API / Web page easy render framework (like a vanilla PHP) that doesn't require MVC and router
https://github.com/piacerex/shotrize

elixir phoenix

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# shotrize

[Shotrize](https://hex.pm/packages/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:

```elixir
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.