Skip to content

BibleResearch/bible-cross-reference-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors