Arcano submission project.
The project's documentation can be found here in the GitHub Pages.
You can run the project by using:
./gradlew run
And 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:main
You can run the tests of the projects:
./gradlew check
This will run the tests and the linter.