Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.46 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.46 KB

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.