Releases: Eutop1a/online_judge
Pre-release version
Now you can run this application in docker, just input "docker compose up", and visit "127.0.0.1:65533". You also can just run this application in your windows server. Before start online-judge.exe and judgement.exe, you need to edit the "config.yaml" file in conf foler, then everything you need to do is just start the online-judge.exe and judgement.exe.
refactor the backend swagger
Refactor the backend swagger, which will show the different status code after http request. To deploy it, just run online-judge.exe and judgement.exe
back end part almost complete
Complete the submission router, you can test it by visiting this web page: 127.0.0.1:65533/api/v1/swagger/index.html.
To deploy this online judge, you can using "make start" to deploy on the docker, or "make all" to compile by yourself and the setting.yaml file has all the information that you need.