psahni / ticket_booking_system

0 stars 0 forks source link

Booking Server Tasks #1

Closed psahni closed 1 month ago

psahni commented 1 month ago
  1. Install Redis
  2. Update event app to add new fields - venue, tickets count
  3. Connect to Event app to load events and tickets count into redis
  4. End Point to create dummy booking
  5. Add validation if enough tickets available - tickets_count - booked_tickets
psahni commented 1 month ago

✅ 1. Done

psahni commented 1 month ago

✅ 2. Done