An API and GUI (built with pedestal) for interacting with cross references throughout the Bible.
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.
To run tests and coverage, run:
lein cloverage -e server