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,59 @@
{
"prices": [
{
"id": "1",
"name": "Contactless car wash",
"price": "459"
},
{
"id": "2",
"name": "Nanowash",
"price": "759"
},
{
"id": "3",
"name": "Deluxe wash",
"price": "1559"
},
{
"id": "4",
"name": "Comprehensive wash",
"price": "859"
},
{
"id": "5",
"name": "Comprehensive nano wash",
"price": "11559"
},
{
"id": "6",
"name": "Antireagent",
"price": "1400"
},
{
"id": "7",
"name": "Antireagent complex",
"price": "1800"
},
{
"id": "8",
"name": "Express wash",
"price": "250"
},
{
"id": "9",
"name": "Vacuum cleaner",
"price": "250"
},
{
"id": "10",
"name": "Glass",
"price": "250"
},
{
"id": "11",
"name": "Plastic polish",
"price": "250"
}
]
}