Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 543 Bytes

metadata-digger-server

Local development

Perquisites:

  1. jdk 1.8+ (currently project is developed with java 8 in mind)
  2. Running Solr instance with metadata digger dev schema
  3. Sbt with version at least 1.0
  4. You can set up both jdk and sbt using nix shell

Starting local server

sbt run

swagger ui should be accessible from http://localhost:8080/docs/index.html

Running tests

sbt test