Ping CRM: complete web application built with Clojure

Hi! I recently developed Inertia-clojure, a Clojure adapter for Inertia to create Single Page 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:

All pages and features are done:

  • Session authentication
  • 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!
Cheers

3 Likes

I put a online demo here: https://inertia.prestance-design.com/

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.