Clojure microservice boilerplate with routing, schema, Postgres, and tests.
A Clojure microservice template that provides a component-based service structure with HTTP routing, schema validation, PostgreSQL integration, database migrations, and a test suite. It includes Docker Compose and build targets for producing an uberjar and is intended for building REST-style service APIs.
0