A demo application for requesting and collecting pictures from clients. With this web application, you can create hash chain configurations, select an active one, manage connected devices, and view images captured by the registered devices.
To compile and run the project, read the documentation below:
- Apache Maven 3
- Java 8
- A locally running MongoDB
mvn clean package
To run the web application, you simply use the following command:
mvn spring-boot:run
After starting the application, you can access it at http://localhost:8080/
.