Skip to content

lernejo/korekto-simple-web-app-grader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

korekto-simple-web-app-grader

Korekto grader for the simple webapp exercise

Build codecov License

Exercise subject: here

How to launch

You will need these 2 env vars:

  • GH_LOGIN your GitHub login
  • GH_TOKEN a Personal Access Token with permissions:
    • (classic) : repo and user
    • (fine-grained):
      • Repository permissions:
        • Actions: Read-only
        • Contents: Read-only
git clone [email protected]:lernejo/korekto-simple-web-app-grader.git
cd korekto-simple-web-app-grader
./mvnw compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"

FAQ

What can I do if the grader cannot start my program within the 20sec allocated ?

If your PC is slow, 20 sec may not be enough to start your project. In that can, try to increase the timeout with -Dserver_start_timeout=60 (for 60 sec).

About

Grader for the simple webapp with Spring & PostgreSQL exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages