From 80e24508ef9f8f115171845bcdfc04dfc83e44d3 Mon Sep 17 00:00:00 2001 From: VivianDee <115420678+VivianDee@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:47:48 +0100 Subject: [PATCH] [update]: README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 712b197..806234e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,16 @@ If the application is running properly, you should receive a response similar to } ``` -### 5. Stop the Application +### 5. Documentation + +You can check the Swagger Doc by accessing the `/documentation` endpoint. Run the following command: + +```bash +curl http://localhost:6337/documentation +``` + + +### 6. Stop the Application To stop the application, use: