Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 759 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 759 Bytes

Bible Cross Reference Service

An API and GUI (built with pedestal) for interacting with cross references throughout the Bible.

Local Development

REPL/Service

To run the app:

docker-compose run --rm --service-ports dev

Then (once in the dev environment):

lein repl

This will drop you into a repl where you can start the server by running:

(require 'server)
(server/start-dev)
(server/start-nstracker)

This will start the server at http://localhost:5000 and will auto-reload when there is a change in the src or resources directory.

Tests

To run tests and coverage, run:

lein cloverage -e server