Skip to content

A website for discovering, exploring, and studying cross references throughout the Bible.

Notifications You must be signed in to change notification settings

BibleResearch/bible-cross-reference-service

Repository files navigation

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

About

A website for discovering, exploring, and studying cross references throughout the Bible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published