- Install IntelliJ, preferably 2021
- Open "Software-Engineering-Oppgave" directory as project -- Press "Trust Project" when notification appears
- Configure Java SDK to be "corretto-15.0.2"
- Press "Load Gradle Project" when notifaction appears
- Open gradle tab to the right
- Expand task list
- Run gradle task "verfication -> tests"
- Tests should run and results should appear on the bottom tab
- Open src/main/java/no.hiof.Application
- Run main function by pressing the green arrow on line 10
- Open http://localhost:7000 in browser to view service