rainforestapp/keko

Name: keko

Owner: Rainforest QA

Description: Your friendly echo server written in Crystal

Created: 2018-05-14 10:35:05.0

Updated: 2018-05-17 07:37:45.0

Pushed: 2018-05-17 07:37:44.0

Homepage: null

Size: 4

Language: Crystal

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

keko

: Kemal + Echo

Your friendly echo server written in Crystal.

Installation
clone https://github.com/rainforestapp/keko
eko
ds install
Usage
Development
tal src/keko.cr

Send a request with payload via curl

 -X POST -F 'name=serdar' -F 'password=1234' http://localhost:3000
Release
ds build --release
n/keko
Development

Run the specs to make sure everything is working.

L_ENV=test crystal spec

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.