Skip to content

Grading system server part for TRIK Studio, which allows you to test tasks using TRIK Studio engine.

License

Notifications You must be signed in to change notification settings

Pupsen-Vupsen/trik-testsys-grading-system

Repository files navigation

Build Status Test Status GitHub CodeFactor

Server part for TRIK Studio grading system

Current Swagger documentation to API is available here.

Overview

Grading system server part for TRIK Studio, which allows you to test you task using TRIK Studio engine.

How to run locally

  1. Copy this repository to your local machine.
  2. Install Java version 11 or later.
  3. Move to the root of the project.
  4. Run ./gradlew :bootJar.
  5. Run java -jar ./build/libs/trik-testsys-grading-system-<version>.jar.

How to run via Docker

  1. Install Docker to your local machine.
  2. Run docker pull 5h15h4k1n9/trik-testsys-grading-system.
  3. Run docker run -it -p 8080:8080 5h15h4k1n9/trik-testsys-grading-system.