A simple Spring Boot app for assessing code reviews.
It is not strictly necessary to run the app to perform the code review. However, you may do so if it makes it easier for you to understand the code.
- Clone the git repository
- Make sure JDK 17+ is available on your
PATH
:
java -version
- From the repository root, run the app with Gradle:
./gradlew bootRun
- Access the REST endpoints with your browser or a tool like
curl