https://github.com/getyourguide/swe-be-coding-interview
https://github.com/getyourguide/swe-be-coding-interview
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getyourguide/swe-be-coding-interview
- Owner: getyourguide
- Created: 2025-01-15T19:51:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T08:26:33.000Z (over 1 year ago)
- Last Synced: 2025-02-19T09:28:04.299Z (over 1 year ago)
- Language: Java
- Size: 172 KB
- Stars: 0
- Watchers: 26
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Software Engineer Backend Coding Interview
## Requirements
* JDK 21
## Local Setup
### Running the Application using IntelliJ IDEA
1. Clone this repository
2. Import the project as a new project in IntelliJ
3. Navigate to `GetYourGuideApplication.java` and run the main method by clicking the top green arrow on the left side of the editor.

### Running the Application using Gradle
ℹ️ Note: We recommend running the application using IntelliJ IDEA so you can leverage its debug tooling.
1. Clone this repository
2. Navigate to the project directory in your terminal
3. Run the following command: `./gradlew bootRun`
### Running the application using another IDE
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/`.