/contacts-htmx-app

A Crystal port of the HTMX Contacts demo application.

Primary LanguageJavaScript

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