Fork me on GitHub
#announcements
<
2021-05-25
>
Michaël Salihi20:05:49

Hi, I recently developed https://github.com/prestancedesign/inertia-clojure a Clojure adapter for http://Inertia.to to create SPA applications without writing an API. Here is the porting of the original Ping CRM complete demo written in Laravel/PHP to Clojure Ring, Integrant, Reitit and next.jdbc: https://github.com/prestancedesign/clojure-inertia-pingcrm-demo All features and page are done: • Session authentication login/logout • Users, Organizations, Contacts pages • Advanced filters (search input, with/without trashed items) • Pagination • Delete /restore items • Input form validation To try it, simply clone the repo and run: clj -M:run Feedbacks welcome!

🔥 18
👏 12
tvaughan11:06:33

I just came across https://github.com/blitz-js/blitz. Thought you might be interested @UFBL6R4P3

👍 2
Michaël Salihi18:06:00

Thanks @U0P7ZBZCK, I'll check this!