• Stars
    star
    7
  • Rank 2,282,872 (Top 46 %)
  • Language
    Java
  • Created over 3 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It is a Java desktop application, a cinema ticket booking system, in which a user can book some movies. And the movies will be scheduled according to dates. And only one movie can be scheduled at a specific time in a hall. There will also be a record of seats in the system. And only limited users can book seats at a specific schedule. Many movies can be scheduled at a different schedule. Each user will sign up and then log in to enter the system. User can see and book movies as many as want. Each user has a dashboard in which it can see booked movies. There can be multiple admins of the systems. They can add, remove, update, and schedule the movies. In order to schedule the movies, if time overlaps or the scheduled date is in past dates, then the admin will be prompted to schedule movies invalid time and date.