Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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