This Repository provides the prototype created for my bachelor's thesis at IMS, University Stuttgart.
Current features are only to conduct a study.
It consists of two components that run in Docker Containers.
The data folder is the standard location for reading data (currently, the study challenges).
The description of the study data is in its README.
Docker: For the starting of the system as a whole.
Node + npm: To run the Captcha-Frontend without Docker.
Java SDK >= 21: To run the Captcha without Docker.
Download and unzip.
In the prototype folder, open a terminal and run:
docker compose up
On Linux, you might need to use sudo.
The Captcha-Front is reachable at http://localhost:8080/study
The Captcha is not supposed to be accessed directly, but is reachable at http://localhost:8081