Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.72 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.72 KB

Movie_Ticket_Booking_App

This is an individual project named as Movie Ticket Booking Application which is my Backend project build in 8 days. I have created REST API services for Movie Ticket Booking by which a user can get Movies and select multiple seats and book them, at the same time multiple users can use these functionalities.

ER Diagram

Untitled Diagram

Functionalities

  • User login/signUp
  • Get all Movies
  • Confirm Booking
  • Get Shows for Movies
  • Get available seats, Book multiple seats

Backend Work

  • Built authentication while login and logout using Spring Security
  • Data Stored on MySQL
  • Input Validation.

Technology Used

  • Java(Core)
  • Spring
  • Spring Boot
  • Spring data JPA
  • Hibernate
  • Spring Security
  • MySQL

Swagger-ui

  • Authentication using spring security

Screenshot (7268)

  • Movie Controller Screenshot (7264)

  • Booking Controller Screenshot (7262)

  • Shows Controller Screenshot (7269)

  • Screen Controller Screenshot (7265)

  • Theatre Controller Screenshot (7266)