Arcano submission project.
The project's documentation can be found here in the GitHub Pages.
You can run the project by using:
./gradlew runAnd can set the port and the host by using environment variables like PORT and HOST.
You can run the dockerfile to run the project. Or you can check all existing tags at docker hub, and run:
docker pull gabrielleeg1/arcano:main
docker run --publish 8080:8080 gabrielleeg1/arcano:mainYou can run the tests of the projects:
./gradlew checkThis will run the tests and the linter.