Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 301 Bytes

NBOJ: Not a Boring Online Judge

Based on DMOJ, NBOJ is an online judge that support running a programming contest.

Installation

Initializing the database

docker compose up -d db
python3 manage.py migrate

Starting the site service

docker compose up -d site