Server done

This commit is contained in:
Robert-Ciubotaru
2023-06-04 21:38:08 +03:00
committed by GitHub
parent 7fe74e900a
commit fc628686d2
77 changed files with 2427 additions and 0 deletions
@@ -0,0 +1,28 @@
{
"id_route": 88,
"destination": {
"lat_coord": 763.51,
"name": "Robert",
"id_user": 17,
"long_coord": 323.417
},
"deposits": [{
"lat_coord": 40,
"distance": 774.57404,
"name": "deposit4",
"id_deposit": 4,
"long_coord": 600,
"products": [
{
"id_product": 46,
"quantity": 2,
"name": "PHP"
},
{
"id_product": 49,
"quantity": 3,
"name": "SQL"
}
]
}]
}