An onlinejudge system based on Python and Vue. Demo
- Based on Docker; One-click deployment
- Separated backend and frontend; Modular programming; Micro service
- ACM/OI rule support; realtime/non-realtime rank support
- Amazing charting and visualization
- Template-problem support
- More reasonable permission control
- Multi-language support:
C
,C++
,Java
,Python2
,Python3
- Markdown & MathJax support
- Contest participants IP limit(CIDR)
Main modules are available below:
- Backend(Django): https://github.com/badcw-OnlineJudge/OnlineJudge
- Frontend(Vue): https://github.com/badcw-OnlineJudge/OnlineJudgeFE
- Judger Sandbox(Seccomp): https://github.com/badcw-OnlineJudge/Judger
- JudgeServer(A wrapper for Judger): https://github.com/badcw-OnlineJudge/JudgeServer
Follow me: https://github.com/badcw-OnlineJudge/OnlineJudgeDeploy
Modern browsers(chrome, firefox) and Internet Explorer 10+.
- fork from OnlineJudge