We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8102874 commit 69713a2Copy full SHA for 69713a2
README.md
@@ -16,7 +16,7 @@ keep the experience of working on the task the same for all candidates.
16
17
## Run instructions
18
Clone this Git repository. You will need docker and docker compose installed.
19
-After doing “docker compose up -d”, the backend API as well as the swagger
+After doing “docker compose up -d” in the root folder of the repo, the backend API as well as the swagger
20
documentation will be available. In order to access the swagger documentation, go to
21
your browser and visit http://localhost:8081. All the backend APIs will be available with
22
the host http://localhost:8080, you can use Postman or curl to test the API and inspect
0 commit comments