Skip to content

ionfwsrijan/Movie-Ticket-Booking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Ticket Booking System

A web application for browsing movies and booking tickets online, built using Java Spring Boot (backend) and React (frontend).

Features

  • User Authentication: Register and log in securely.
  • Browse Movies: Explore currently showing and upcoming movies.
  • Showtime & Theater Search: Find showtimes by date, location, and movie.
  • Seat Selection: Interactive seat map for real-time availability.
  • Booking & Payment: Secure ticket booking and payment integration.
  • Admin Dashboard: Manage movies, theaters, schedules, and bookings.
  • Responsive Design: Works on desktop and mobile devices.

Tech Stack

  • Backend: Java Spring Boot, Spring Security, JPA/Hibernate, MySQL/PostgreSQL
  • Frontend: React, Redux, Axios, Material-UI/Bootstrap
  • Authentication: JWT-based
  • API: RESTful

Getting Started

Backend (Spring Boot)

  1. Clone the repository:
    git clone https://github.com/yourusername/movie-ticket-booking-backend.git
    cd movie-ticket-booking-backend
  2. Configure application.properties for your database.
  3. Build and run:
    mvn clean install
    mvn spring-boot:run

Frontend (React)

  1. Clone the repository:
    git clone https://github.com/yourusername/movie-ticket-booking-frontend.git
    cd movie-ticket-booking-frontend
  2. Install dependencies:
    npm install
  3. Start development server:
    npm start

Usage

  • Access the frontend at http://localhost:3000.
  • Register/login to book tickets.
  • Admins can log in for management features.

License

MIT License

About

Movie Ticket Booking System is a full-stack web application designed to allow users to browse movies, view showtimes, select seats, and book tickets online. The backend is built using Java Spring Boot and the frontend is developed with React, delivering an interactive and user-friendly experience for booking movie ticket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors