Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 1.2 KB

File metadata and controls

38 lines (36 loc) · 1.2 KB

KiTicket - A Movie Ticket Booking System

Developers

Software Used

  • NetBeans IDE for software development
  • Java Derby for Database Management
  • Java Swing for the GUI

Features

  • Authentication
    • Log In
      • For Users
      • Admin Credentials open the Admin Console
    • Sign Up
    • Forgot Password via OTP and Email API
    • Password Hashing via MD5
  • Database Management
    • Add, Delete or Edit Records via Admin Console
    • Movies and Users stored in separate tables
  • GUI for booking
    • View Available Movies
    • View Selected Movie Details - Description, Cast
    • Select Movie Date & Time
    • Seat Selection
    • Confirmation Screen

Execution

  • git pull the entire folder
  • Connect to the database
  • Open the MP1 folder in NetBeans
  • Start by Running the Welcome.java file.

Further Information

  • The database is present in the 'database' folder.
  • You can see the official report here.
  • You can see the screenshots in the 'Report' folder.
  • The source code can be found in the 'src/mp1' folder (.java files).
  • Please contact us in case of any queries.