Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ragmaanir/tjeneste
A small web-framework to build rest-apis inspired by hanami.
https://github.com/ragmaanir/tjeneste
crystal web-framework
Last synced: 19 days ago
JSON representation
A small web-framework to build rest-apis inspired by hanami.
- Host: GitHub
- URL: https://github.com/ragmaanir/tjeneste
- Owner: Ragmaanir
- License: mit
- Created: 2015-08-18T23:46:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T15:35:25.000Z (about 7 years ago)
- Last Synced: 2024-11-14T08:33:59.933Z (3 months ago)
- Topics: crystal, web-framework
- Language: Crystal
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tjeneste [![Build Status](https://travis-ci.org/Ragmaanir/tjeneste.svg?branch=master)](https://travis-ci.org/Ragmaanir/tjeneste)
Very simple json-api-framework (WIP).
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
tjeneste:
github: ragmaanir/tjeneste
```## Usage
```crystal
require "tjeneste"
```## TODO
- controllers
- route helpers
- response generation helpers
- simple json generation helpers
- instrumentation/events
- benchmark tests