Web app that acts as an API proxy of Apache Solr taht contains web archived images.
It produces a war file to be run on a Java servlet web server like Apache Tomcat.
mvn clean verifyTo make development more rapid there is a docker-compose.yml file that runs the web application inside a docker.
Example run
mvn clean verify && docker-compose upExample with custom solr server:
mvn clean verify -Dsolr.url=p51.arquivo.pt && docker-compose up