Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.25 KB

korekto-spring-todo-list-grader

Build codecov License

Korekto grader & exercise about using Spring-Boot & Postgres to create a simple web API.

Exercise subject: here

How to launch

You will need these 2 env vars:

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"

With intelliJ

Demo Run Configuration