Skip to content

A Restful API, to find or book movie/show tickets, using Spring Boot to handle Get/Post requests.

Notifications You must be signed in to change notification settings

kundan-6646/Show-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show Maker

  • Show-Maker is a movie ticket booking system project
  • It's backend code written using Spring-Boot
  • It consists of Different Layers like Controller, Service, Repository , DTO(Data Transfer Object)
  • These layers in the project increases its code maintanablity, understadability and readablity

Functionality

I. For Admins :

Admins can :-

  • Add a Movie.
  • Add a Theater.
  • Add Theater Seats
  • Create a Show for any Movie in any theater
  • Create Show Seats for booking purpose
  • Get the movie having maximum shows

II. For Users :

Users can :-

  • User can Register
  • Get the Show.
  • Can see the Show Seats
  • Can Book the Ticket for available seats
  • Can Cancel the Ticket

Different Models / Entities / (Table in MySQL) In the Project

  • User Entity
  • Movie Entity
  • Theater Entity
  • Show Entity
  • Theatres Seat Entity
  • Show Seat Entity
  • Ticket Entity

Teck-Stack Used :

  • Spring-Boot
  • MySQL
  • Java
  • Hibernate
  • JPA

Schema Design

image

Booking Confirmation Email

Cancel Ticket's Confirmation Email

Admin API's

  • Get Movie Having Maximum Shows Scheduled

image

  • Add Show

image

  • Add Movie

image

  • Add Theatre

image

User API's

  • Register

image

  • Book Tickets

image

  • Cancel Tickets

image

About

A Restful API, to find or book movie/show tickets, using Spring Boot to handle Get/Post requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages