sdogruyol / kemal-pg-sample

Sample app to demonstrate kemal + postgresql usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample app to demonstrate kemal + postgresql usage

License:MIT License


Languages

Language:Crystal 100.0%