mongoose + tests

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-16 11:06:23 +03:00
parent 2cfcd7347b
commit 4b0d9b4dbc
1295 changed files with 4579 additions and 1719 deletions

View File

@@ -0,0 +1,4 @@
{
"success": true,
"items": []
}

View File

@@ -0,0 +1,4 @@
{
"success": false,
"message": "Error retrieving cart"
}

View File

@@ -0,0 +1,18 @@
{
"success": true,
"items": [
{
"id": "42",
"model": "model A",
"price_usual": "$299",
"picture": "https://cdn.shopify.com/s/files/1/0011/1273/5803/products/LF-HB_BrisaBlackOnyx_shadow_clip_c-j_800x.jpg?v=1612828182"
},
{
"id": "322",
"model": "model T",
"price_usual": "$499",
"price_discounted": "$69",
"picture": "https://ehire.co.za/wp-content/uploads/2018/10/furniture-chairs-conference-chair-charcoal.jpg"
}
]
}