File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,12 @@ The API is secured using the JWT tocken provided by `/login/jwt/` request (usern
173173- GET requests are public (GET all, get Item)
174174- Mutating requests are protected by token generated based on the user credentials (` username ` , ` pass ` ).
175175
176- > A POSTMAN Collection Sample can be found [ here] ( ./media ) .
176+ > Two POSTMAN Collections are provided in the ` media ` directory:
177+
178+ - [ Books API] ( ./media/api-books.postman_collection ) - that uses PORT ** 5000* for the api
179+ - [ Books API 2] ( ./media/api-books-docker.postman_collection ) - that uses PORT ** 5085* for the api (default port in Docker)
180+
181+ In case both port are unusable in your environment, feel free to edit the files before POSTMAN import.
177182
178183<br />
179184
You can’t perform that action at this time.
0 commit comments