We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2753e7a commit 94ce7b7Copy full SHA for 94ce7b7
README.md
@@ -26,6 +26,11 @@
26
1. [Librarify Backend](apps/librarify/backend): http://localhost:8030/health-check
27
2. [Backoffice Backend](apps/backoffice/backend): http://localhost:8040/health-check
28
29
+```
30
+Note: If you are using Rest Client extension in VSCode, you can use the provided requests in the etc/endpoints
31
+folder to test the API endpoints.
32
33
+
34
### ✅ Tests execution
35
36
1. Install the dependencies if you haven't done it previously: `make deps`
0 commit comments