Skip to content

Releases: Eutop1a/online_judge

Pre-release version

23 May 11:53
336f4de
Compare
Choose a tag to compare

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

20 May 14:15
9d27df9
Compare
Choose a tag to compare

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

13 May 09:20
Compare
Choose a tag to compare

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.

testing

12 May 04:18
Compare
Choose a tag to compare

Version 0.0.1, released for testing use.
The Conf folder have the configuration file of the online-judge.exe, do not editor it.