Skip to content

A simple Clojure application using Clean Architecture.

Notifications You must be signed in to change notification settings

liamclarkedev/clean-clojure

Repository files navigation

clean-clojure

CircleCI codecov

An example Clojure application using Clean Architecture.

Usage

Run Locally

Start the docker services to run a Postgres container.

docker compose up -d

Start the application.

lein run

Visit the generated OpenAPI documentation.

http://localhost:3000/docs

Run tests

Tests are run using Leiningen.

lein test

Coverage report can be found in target/coverage after running the following command:

lein cloverage

Use as a template

  1. Find and replace todo for the example feature.
  2. Final and replace clean-clojure for the app name.

About

A simple Clojure application using Clean Architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published