docker run --name simple_bank --network=host -e POSTGRES_PASSWORD=password -e POSTGRES_DB=simple_bank -e POSTGRES_USER=simple_bank -d postgres
clj -M:server
The swagger is available at http://localhost:8080
clj -M:dev:cider-nrepl
Then connect to the repl with emacs. To start the system evaluate (go)
in dev/user.clj
clj -M:test:test-runner