Skip to content

TheSpeedCubing/onlinejudge-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onlinejudge-backend

OnlineJudge Backend System written with Java Spring

How to (Build Docker Image from Source)

Requirements

  • JDK 17
  • Maven
  • Docker

Steps

  1. Clone this repository:
    git clone https://github.com/TheSpeedCubing/onlinejudge-backend.git
    cd onlinejudge-backend
  2. Run the build script:
    ./build.sh

How to (As a User)

  1. Create the docker-compose.yml:
    services:
      onlinejudge-backend:
        image: ghcr.io/thespeedcubing/onlinejudge-backend
        container_name: onlinejudge-backend
        ports:
          - "8080:8080"
        restart: unless-stopped
        privileged: true
  2. Start the container:
    sudo docker compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages