Create a Spring Boot project that will offer movie tickets, shows, reviews and ratings for movies using a REST endpoint. The REST resource will take in parameters using HTTP POST. All data will be then added to a database table.
This project mainly deals with the Backend of Movie Review and Ticket Booking for customers.
- Features it provides:
- User SignUp
- Admin can add movie, theater and shows
- Search movie using title
- Search movie using genre
- Search available shows based on movie ,city or theater
- Ticket Booking
- Fetch Ticket info
- Adding Reviews to Movie
- Fetching Reviews for a Movie
- Also, Handling possible edge case scenarios and exceptions.
- Tech Stack used : Java , Spring Boot , MySQL