Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shootingfly/kemal-jbuilder-example
https://github.com/shootingfly/kemal-jbuilder-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shootingfly/kemal-jbuilder-example
- Owner: shootingfly
- License: mit
- Created: 2019-10-10T15:36:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T15:10:40.000Z (about 5 years ago)
- Last Synced: 2024-10-25T01:39:04.675Z (3 months ago)
- Language: Crystal
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kemal-jbuilder-example
An example to use jbuilder.
## Usage
1. Run
```shell
shards install
crystal src/kemal-jbuilder-example.cr
```2. Open http://0.0.0.0:3000/
Then you can see **`{"hello":"Hello,Jbuilder!"}`**## Contributors
- [Shootingfly](https://github.com/shootingfly) - creator and maintainer