Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vetd-Inc/vetd-app
SaaS buying and decision platform.
https://github.com/Vetd-Inc/vetd-app
clojure clojurescript graphql hasura re-frame
Last synced: about 1 month ago
JSON representation
SaaS buying and decision platform.
- Host: GitHub
- URL: https://github.com/Vetd-Inc/vetd-app
- Owner: Vetd-Inc
- License: mit
- Created: 2019-01-29T17:23:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T17:01:06.000Z (almost 5 years ago)
- Last Synced: 2024-08-05T20:29:50.852Z (5 months ago)
- Topics: clojure, clojurescript, graphql, hasura, re-frame
- Language: Clojure
- Homepage:
- Size: 20.2 MB
- Stars: 99
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vetd
Vetd is a Clojure(Script) web app that helps users discover and compare SaaS products. The backend is built on Hasura (GraphQL) to offer data subscriptions with real-time updates from the connected Postgres database. The frontend is built on Re-frame and Semantic UI.
Special Re-frame subscriptions ([graphql.cljs#L84-L122](https://github.com/Vetd-Inc/vetd-app/blob/5b4d8ffd1eceb294105068d71a02596fa28a3a1f/src/cljs/app/vetd_app/graphql.cljs#L84-L122)) allow you to subscribe to GraphQL with EDN either as a one-time data retrieval, or as a GraphQL Subscription with continued real-time updates over WebSockets. ([Example usage](https://github.com/Vetd-Inc/vetd-app/blob/cdac4d55f771b1928eeffb151372f643ea88f937/src/cljs/app/vetd_app/buyers/pages/product_detail.cljs#L226))
[Screen recording demo of the frontend](https://www.youtube.com/watch?v=b8uP0ud5zfk)