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

https://github.com/circleci-public/circleci-demo-crystal


https://github.com/circleci-public/circleci-demo-crystal

circleci circleci-demos crystal kemal

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

> Minimal Crystal application using the [Kemal](https://github.com/kemalcr/kemal) server.

## Development

**Requirements**

- Crystal 0.27
- Kemal 0.25

``` sh
# Install deps
shards install
```

``` sh
# boot server!
crystal run src/demo_app.cr
```