Korekto grader & exercise about using Spring-Boot & Postgres to create a simple web API.
Exercise subject: here
You will need these 2 env vars:
GH_LOGIN
your GitHub loginGH_TOKEN
a Personal Access Token with permissionsrepo:read
anduser:read
git clone git@github.com:lernejo/korekto-spring-todo-list-grader.git
cd korekto-spring-todo-list-grader
mvn compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"