mcreng / judge

An online judge system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Judge

An online judge system.

Getting started

external packages

  • Install mongodb
  • Install redis by
    sudo apt install redis-server
  • Install npm
  • Install firejail by
    sudo apt install firejail

npm

# install dependencies
npm install
# start live client and server development server
npm run dev

# start production server
npm start

Notes on npm packages

  • Webpack 4.x does not work.

Obtain Environment Configurations

set you environment configurations in /config.js

in your code, get back your configs by using process:config

About

An online judge system.


Languages

Language:JavaScript 94.7%Language:HTML 5.3%