Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RostyslavOnysh authored Nov 17, 2023
1 parent 9d84d6d commit 51cce29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,17 @@ Example :

**Request to remove an item from the user's cart (DELETE: /api/cart/cart-items/{cartItemId}):** 📌
* Method: DELETE
* URL: http://localhost:8088/api/orders
* This request place your order


**Request to place your order (POST: api/orders):** 📌
* Video example :
* https://www.loom.com/share/487c1133149e4c0a9aa08b559d88c37a?sid=5e4ba4b0-5d7a-4ef9-b885-5e56ab4c3489
* Method: POST
* URL: http://localhost:8088/api/cart/cart-items/{cartItemId}
* This request deletes a specific item from the user's cart based on its unique identifier
<img width="1367" alt="Screenshot 2023-11-17 at 13 11 38" src="https://github.com/RostyslavOnysh/book-store/assets/98691406/da33ee03-3a16-484a-9c8f-591088f19e6a">



Expand Down

0 comments on commit 51cce29

Please sign in to comment.