TMDb API
- for getting name of recent movies [online]Unirest
- for Sending and Recieving Network Requests [external]org.json
- for Parsing JSON data [external]The application simulates a movie booking application. This does not actually book any tickets. It stores the seats already booked by previous users in a local database and thus marks them unavailable for the next users. It also stores the name of the users. It lets the user print the tickets (on paper) after booking. It updates the local movie database from the internet
User must have jdk/jre installed on their Computer and have the /bin
directory of jdk installation set in “path” environmental variable.
java MovieTicket
optionally, you can add another parameter ‘local’ at the end to make the program run locally. This prevents it from updating the local database from internet. eg. java MovieTicket local
After program is launched, User is expected to :