cayhorstmann / codecheck2

Merging CodeCheck checker and Play server
GNU Affero General Public License v3.0
11 stars 29 forks source link

Prototype Quarkus #65

Open cayhorstmann opened 6 days ago

cayhorstmann commented 6 days ago

Put together a minimal Quarkus implementation of CodeCheck, without the assignments or LTI support. Only Check, Files, Upload in the controllers package. In models.ProblemConnector, ignore the S3 storage for now. Produce a Docker container and deploy. How does it compare to Play?

benjaminkzm commented 4 days ago

I will be working on this issue.