I'm building a fairly simple online store site using http-kit, ring, bidi,
enlive, clj-rethinkdb, stripe-clj, clauth, mailer and DomKM's server-side
Om rendering technique on the server and  cljs-http, om, bootstrap-cljs,
markdown-clj and core.async on the client.

It's not my day job so it's progressing rather slowly, but it works quite
well for me so far. The back end is basically a rest api that can also
prerender certain URL routes and there are two client apps: the store
itself and an admin interface.

The store has a simple product listing, you can view individual products, a
shopping cart, checkout, stripe credit card payment and `static` (markdown)
pages for about, terms of service etc.

The admin page allows you to create and update products (details, price,
upload images) and edit the markdown for the `static` pages.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to