Popularity
2.5
Declining
Activity
0.0
Stable
4
4
0

Programming language: Crystal
License: MIT License
Tags: Examples And Funny Stuff    

kemal-pg-sample alternatives and similar shards

Based on the "Examples and funny stuff" category.
Alternatively, view kemal-pg-sample alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of kemal-pg-sample or a related project?

Add another 'Examples and funny stuff' Shard

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