psahni / ticket_booking_system

Booking server in GO, event app in next.js, ticket booking fe app in react.js
0 stars 0 forks source link

Create Booking State API #5

Open psahni opened 2 months ago

psahni commented 2 months ago

Booking state api will bring result:-

{
  "event_id": "6ert238987"
  "tickets_sold": 1
  "tickets_pending": 2
}