HangmanOnline is a version of the classic game Hangman, but that can be played remotly from users.
The system is designed as a Distributed System, that implements a client - server architecture. The application realize a web-server in Javalin, that provides a set of ReST API consultable at the address /doc/ui of the localhost. All the API were documented with Swagger Plugin.
The application also have a test suite realized via JUnit 5 and a report of the project is available in italian in the folder "doc".
All the istructions for running the application are available in the report, in the section "Deploy Istruction".