This is simple web application showing use case for mongodb-search-query-translator. It has a simple comment mechanism allowing you to add and search comments based on query.
To build and run you need to install Docker on your workstation.
You can either import project into any GUI and run io.github.pwszpl.Application
class, or build project with maven:
mvn clean package
java -jar ./target/mongodb-html-search-engine-1.0.jar
Webserver starts at port 8080. To view example just go in your browser to:
https://localhost:8080/index.html