Skip to content

setanta/contacts-htmx-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts.app

A Crystal port of the demo Contacts application from the HTMX book. It uses Kemal for the webserver part, ECR templates for producing the HTML, and Granite (with SQLite) for the database part.

Set It Up

$ shards install
$ DATABASE_URL='sqlite3://./contacts.sqlite' ./bin/micrate up

Run It

$ crystal run src/app.cr