Skip to content

anomaly2104/ticket-booking-low-level-system-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Low Level System Design - Ticket Booking Application Like BookMyShow, TicketMaster, etc.

Problem Statement

Check here

Connect with me and my offerings:

https://enginebogie.com/u/anomaly2104

Video Explanation

https://www.youtube.com/playlist?list=PL564gOx0bCLpAL7yMJqOuK3_hBuLkyRhn

Further Improvements

  • Seat type: Silver, Gold, Diamond
    • Different pricing for different types of seats.
  • Validating payment in payment success flow.
  • Checking if show creation is allowed.
    • This mainly include implementing method checkIfShowCreationAllowed in ShowService.
  • Handling different types of movies like 3D, 7D, etc.