kemal-pg-app

Version, currently master branch1 version
  • master branchlatestNov 24, 2015

github.com/sdogruyol/kemal-pg-sample

Sample app to demonstrate kemal + postgresql usage

4 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal-pg-app:
    github: sdogruyol/kemal-pg-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
no constraint declared
License
MIT
Author
Serdar Dogruyol

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg, branch: master
  • kemal*github: sdogruyol/kemal, branch: master

README

kemal-pg-sample

Application to demonstrate how easy it is to use Kemal with Postgresql.

Installation

git clone https://github.com/sdogruyol/kemal-pg-sample.git
cd kemal-pg-sample
shards install
crystal build --release src/app.cr && ./app

Visit http:\\localhost:3000