This app connects with YouTrack and the other systems used in the Solution Services workflows and gives a visual representation of the team workload at the moment.
- Install prerequisites: JDK 11, Node 12. Clone the repo.
- Create
./src/main/resources/application.propertiesfile by using./src/main/resources/application.defaults.propertiestemplate. - Fill
youtrack.tokenvalue with your permanent token. - Run
./gradlew bootRunin terminal to start the application. - Open the browser at http://localhost:8080.
- Create
env.listfile near Dockerfile. - Fill
YOUTRACK_TOKENvalue with your permanent token. - Run
./build.shor./build.cmdto build and run a Docker container with the application - Open the browser at http://localhost:8080.
@daemos aka Eugene Dementjev