Skip to content

Wycers/ioj-server-v2

Repository files navigation

Server-v2

GitHub release Build workflow

Server for Infinity OJ

Technology Stack

  1. Web Framework: Gin

Prerequisites

  1. Postgres

Development

  1. Run postgres service. for the database:
create type judge_status as enum ('Pending', 'Canceled', 'Running', 'Finished', 'SystemError', 'JudgementFailed', 'CompilationError', 'FileError', 'RuntimeError', 'TimeLimitExceeded', 'MemoryLimitExceeded', 'OutputLimitExceeded', 'InvalidInteraction', 'ConfigurationError');
create type submission_status as enum ('PartiallyCorrect', 'WrongAnswer', 'Accepted');

Production

make prod

Usage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages