Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

aripiprazole/arcano

Repository files navigation

arcano

Arcano submission project.

Documentation

The project's documentation can be found here in the GitHub Pages.

Building

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.

Running in the container

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

Running tests

You can run the tests of the projects:

./gradlew check

This will run the tests and the linter.