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
- Host: GitHub
- URL: https://github.com/circleci-public/circleci-demo-crystal
- Owner: CircleCI-Public
- License: mit
- Created: 2018-08-17T13:00:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T20:07:26.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T07:35:49.154Z (7 months ago)
- Topics: circleci, circleci-demos, crystal, kemal
- Language: Crystal
- Size: 7.81 KB
- Stars: 1
- Watchers: 31
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```