aszx87410 / huli-blog

source code of the blog
Apache License 2.0
2 stars 2 forks source link

How to Build Your Own Online Judge System - Huli's blog #72

Open utterances-bot opened 3 weeks ago

utterances-bot commented 3 weeks ago

How to Build Your Own Online Judge System - Huli's blog

IntroductionFirst, let’s briefly introduce what an Online Judge (OJ) system is. Simply put, it is a system like LeetCode that allows you to submit code for problem-solving and then lets the system che

https://blog.huli.tw/2020/03/23/en/build-your-own-online-judge-system/

lethanhtuan939 commented 3 weeks ago

I really like the way you think about issues; it's a nice blog. So how can I setup Qingdao online judge in my computer and modify it to become mine? I appreciate receiving your response.

lethanhtuan939 commented 3 weeks ago

I know, but I just want to know how to setup it. What command will I type to install and modify?

aszx87410 commented 3 weeks ago

@lethanhtuan939 you can refer to this docs: https://github.com/QingdaoU/OnlineJudgeDeploy/blob/2.0/README.en.md

lethanhtuan939 commented 3 weeks ago

how can i modify FE?