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
- Host: GitHub
- URL: https://github.com/piacerex/shotrize
- Owner: piacerex
- License: apache-2.0
- Created: 2020-09-19T01:04:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T04:49:56.000Z (almost 5 years ago)
- Last Synced: 2025-12-22T13:57:29.792Z (6 months ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 136 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.