Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.