TheNextMovie
The Next Movie is a movie booking system, developed as a RESTful API with Spring Boot, aimed at simulating an online platform where customers can book movie tickets, browse through categories and check their transaction history. Theater owners can manage movies and showtimes through a well-designed admin panel.
User Features:
Browse Available Movies: Users can view a list of movies available for booking.
Book Tickets: Users can select a movie and book tickets for available showtimes while choosing seats they like.
Email Confirmations: After successful payments users will receive an email confirmation with all the details included.
Admin Features:
Add New Movies: Admins can add new movies to the system.
Add Showtimes: Admins can add showtimes for movies.
Manage Data: Admins can manage movie and booking data through a secured endpoint.
User Features:
Browse Available Movies: Users can view a list of movies available for booking.
Book Tickets: Users can select a movie and book tickets for available showtimes while choosing seats they like.
Email Confirmations: After successful payments users will receive an email confirmation with all the details included.
Admin Features:
Add New Movies: Admins can add new movies to the system.
Add Showtimes: Admins can add showtimes for movies.
Manage Data: Admins can manage movie and booking data through a secured endpoint.