Skip to content

A desktop application for users to book movie tickets

Notifications You must be signed in to change notification settings

BGDanny/Movie-Theatre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Theatre Ticket Reservation System

A desktop application for users to book movie tickets. Features include browsing movies, showtimes and seats, as well as cancelling tickets and registering users.

Created By

Junhao Xue, Matthew Wells, Minh Vo and Michael Vassilev

Built With

How to run the program

  1. Make sure you have Java 8 or above installed

  2. Clone the repository or download and extract the zip file

  3. Go into the src folder by using cd Movie-Theatre/src

  4. Run the following commands

 > javac *.java
 > java -classpath ".;sqlite-jdbc-3.32.3.2.jar" Main  # in Windows
 or
 > java -classpath ".:sqlite-jdbc-3.32.3.2.jar" Main  # in Mac or Linux

Misc

Project Design

Note

  • Enlarge this window manually to reveal all the Accept buttons

Booking

  • Click on each Accept button after selecting from the dropdown menu to proceed

accept

About

A desktop application for users to book movie tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages