Git Product home page Git Product logo

movieticket's Introduction

MovieTicket

Project Description :

Language : Java SE 8
Dependencies and Libraries used :
  • TMDb API - for getting name of recent movies [online]
  • Unirest - for Sending and Recieving Network Requests [external]
  • org.json - for Parsing JSON data [external]
Description :

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

System Requirements :

OS : Windows / Linux
Java : 8 [ jdk 1.8.* ] or above

Usage Instruction :

How to run :

User must have jdk/jre installed on their Computer and have the /bin directory of jdk installation set in "path" environmental variable.

  • Open terminal to the project folder's root and type 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 launching :

After program is launched, User is expected to :

  • Enter their name (optional)
  • Choose which movie they wants to see
  • Choose the language
  • Choose the date of the show
  • Choose the timing of the show
  • Choose the seats they wants to book Seats already booked are grayed out, user can select as many seats he wants (minimum 1)
  • Confirm the booking
  • User can also print the ticket (optional)

Source :

movieticket's People

Contributors

sayan01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.