TheChance101 / beep-beep

Apache License 2.0
678 stars 70 forks source link

Api gateway/fix/not receive object websocket #430

Closed msalarab closed 1 year ago

msalarab commented 1 year ago

Hello devs

'POST' http://api-gateway/orders { "userId" : "64fc7ac0caa12e39d6a34212", "restaurantId" : "64fc7b70122bd008dcf4c8af", "meals" : [ { "mealId" : "64ff38fc9cf0113399784914", "quantity" : 12 } ], "totalPrice" : 12.2 }

'WEBSOCKET' ws://host:port/orders/restaurantId

make an order

Screenshot 2023-09-19 at 3 40 20 PM

receive order

Screenshot 2023-09-19 at 3 40 17 PM

send and receive location

Screenshot 2023-09-19 at 3 24 17 PM Screenshot 2023-09-19 at 3 24 20 PM

Thank you!