Skip to content

Commit 07b8e69

Browse files
committed
lol
1 parent 370cfef commit 07b8e69

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
2. Navigate to `src/main/resources/application.properties` and add the key-values for the database connection as follows (If it doesn’t exist, create it):
99

1010
```
11-
spring.data.mongodb.uri=mongodb+srv://QuestPets:[email protected]/test
11+
spring.data.mongodb.uri=
1212
spring.data.mongodb.database=EntitiesDB
1313
server.error.whitelabel.enabled=true
1414
```
1515

1616
1. Navigate to the src/main/java/com/backend folder from a terminal
1717
2. Ensure the port `8080` is free and open for the backend to use
1818
3. Run the command `command_place_holder` on MacOS or `command_place_holder` on Windows
19-
- You could use your IDE as well to run the QuestPetsApplication.java
19+
- You could use your IDE as well to run the QuestPetsApplication.java
2020
4. The API is accessible at `[http://localhost:8080/](http://localhost:8080/)` The root route is a test route to ensure the service is active (HelloWorld)
2121

2222
# Testing
2323

24-
- Navigate to the `src/test/java` file and run the desired class to be tested using your IDE.
25-
- This will setup a Spring environment and establish the database connections required for the rest of the test files to work properly.
24+
- Navigate to the `src/test/java` file and run the desired class to be tested using your IDE.
25+
- This will setup a Spring environment and establish the database connections required for the rest of the test files to work properly.
2626

2727
# Contributing
2828

29-
- Open the backend directory in your IDE (not the project root folder) as otherwise your IDE may have trouble downloading the Gradle dependencies
30-
- Follow the pre-existing naming convention (camelCase)
29+
- Open the backend directory in your IDE (not the project root folder) as otherwise your IDE may have trouble downloading the Gradle dependencies
30+
- Follow the pre-existing naming convention (camelCase)
3131

3232
# Debugging
3333

34-
- An error during the run command is usually either due to the wrong java version or blocked port
35-
- Debugging information can be traced through logged messaged and following error stackTrace (LogHandler Deprecation disable)
36-
- The “Whitelabel error” / “Error handling this Response” means you are missing imports specific to Spring or have misconfigured routes in your application
34+
- An error during the run command is usually either due to the wrong java version or blocked port
35+
- Debugging information can be traced through logged messaged and following error stackTrace (LogHandler Deprecation disable)
36+
- The “Whitelabel error” / “Error handling this Response” means you are missing imports specific to Spring or have misconfigured routes in your application
3737

3838
# How It’s Designed
3939

src/main/resources/application.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)