topaz-kemal-sample

Version, currently master branch1 version
  • master branchlatestDec 27, 2016

github.com/topaz-crystal/topaz-kemal-sample

A sample project to show how Topaz works in Kemal.

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  topaz-kemal-sample:
    github: topaz-crystal/topaz-kemal-sample
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.20.3
License
MIT
Author
taicsuzu
Target
  • topaz-kemal-sample from src/topaz-kemal-sample.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • topaz*github: topaz-crystal/topaz

README

A sample for Topaz in Kemal

This is a sample project to show how Topaz works in Kemal.

Topaz is a simple and useful db wrapper for Crystal.

Kemal is a defacto standard web framework for Crystal.

Installation

$ git clone https://github.com/tbrand/topaz-kemal-sample
$ cd topaz-kemal-sample
$ crystal run src/migration/migration.cr
$ crystal run src/topaz-kemal-sample.cr

Usage

It looks like

Contributors

  • tbrand Taichiro Suzuki - creator, maintainer