Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmrt1n/contact.app-clj
Clojure implementation of contact.app from the book Hypermedia Systems
https://github.com/rmrt1n/contact.app-clj
clojure htmx hypermedia
Last synced: 3 months ago
JSON representation
Clojure implementation of contact.app from the book Hypermedia Systems
- Host: GitHub
- URL: https://github.com/rmrt1n/contact.app-clj
- Owner: rmrt1n
- License: mit
- Created: 2023-11-04T13:41:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T10:27:30.000Z (7 months ago)
- Last Synced: 2024-05-12T19:33:54.297Z (6 months ago)
- Topics: clojure, htmx, hypermedia
- Language: Clojure
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - contact.app-clj - Clojure implementation of the contact.app from the Hypermedia Systems book (Examples by Back-end / Clojure)
README
# Contact.app
This is a Clojure implementation of the demo contact application from the
[Hypermedia Systems](https://hypermedia.systems) book. This project uses ring,
reitit, and hiccup. Readme in progress...Screenshot |
-|
![screenshot](/ss.png)## Running the app
```sh
clj -M -m contact.main
```## License
Distributed under the MIT License. See [LICENSE](/LICENSE) for more information.