Contatcs.app

Version, currently pagination3 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 pagination 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: ~> pagination

Then run:

shards install

shard.yml

No shard.yml has been indexed for pagination. You can read it on the repository.

Dependencies

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

README

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