- JDK 21
- Clone this repository
- Import the project as a new project in IntelliJ
- Navigate to
GetYourGuideApplication.java
and run the main method by clicking the top green arrow on the left side of the editor.
ℹ️ Note: We recommend running the application using IntelliJ IDEA so you can leverage its debug tooling.
- Clone this repository
- Navigate to the project directory in your terminal
- Run the following command:
./gradlew bootRun
You are welcome to use any IDE of your preference to run the application. As long as you are able to execute the application, access its endpoints, and utilize a debugger if necessary, we support the use of any IDE that meets these requirements. Please bear in mind that your interviewer may not be familiar with your IDE, so may not be able to support you as effectively during the interview if necessary.
The application endpoints will be accessible on http://localhost:8080/
.