Current Swagger documentation to API is available here.
Grading system server part for TRIK Studio, which allows you to test you task using TRIK Studio engine.
- Copy this repository to your local machine.
- Install Java version 11 or later.
- Move to the root of the project.
- Run
./gradlew :bootJar
. - Run
java -jar ./build/libs/trik-testsys-grading-system-<version>.jar
.
- Install Docker to your local machine.
- Run
docker pull 5h15h4k1n9/trik-testsys-grading-system
. - Run
docker run -it -p 8080:8080 5h15h4k1n9/trik-testsys-grading-system
.