Contatcs.app

Version, currently click-to-load3 versions

github.com/setanta/contacts-htmx-app

A Crystal port of the HTMX Contacts demo application.

1 stars
0 dependents
License: MIT

Nothing has been indexed for click-to-load yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  Contatcs.app:
    github: setanta/contacts-htmx-app
    version: ~> click-to-load

Then run:

shards install

shard.yml

No shard.yml has been indexed for click-to-load. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

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