Skip to content

Commit 32ba9c6

Browse files
committed
Addressing PR comments
1 parent de41848 commit 32ba9c6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@
55

66
## Local Setup
77

8-
**Running the Application using IntelliJ IDEA:**
8+
### Running the Application using IntelliJ IDEA
99

1010
1. Clone this repository
1111
2. Import the project as a new project in IntelliJ
1212
3. Navigate to `GetYourGuideApplication.java` and run the main method by clicking the top green arrow on the left side of the editor.
1313

1414
![IntelliJ Run Screenshot](resources/intellij_screenshot.png)
1515

16-
**Running the Application using Gradle**
16+
### Running the Application using Gradle
1717

18-
Note: We recommend running the application using IntelliJ IDEA so you can leverage its' debug tooling.
18+
ℹ️ Note: We recommend running the application using IntelliJ IDEA so you can leverage its debug tooling.
1919

2020
1. Clone this repository
2121
2. Navigate to the project directory in your terminal
2222
3. Run the following command: `./gradlew bootRun`
2323

24+
### Running the application using another IDE
25+
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 you're interviewer may not be familiar with your IDE, so may not be able to support you as effectively during the interview if necessary.
26+
2427
The application endpoints will be accessible on `http://localhost:8080/`.

0 commit comments

Comments
 (0)