Project

Cinema Room REST Service with Java

Challenging
1840 completions
~ 43 hours
4.5

In this project, you will create a simple Spring REST service that will help you manage a small movie theater. It will handle HTTP requests in controllers, create services, and respond with JSON objects.

Provided by

JetBrains Academy JetBrains Academy

About

Always wanted to have your private movie theater and screen only the movies you like? You can buy a fancy projector and set it up in a garage, but how can you sell tickets? The idea of a ticket booth is old-fashioned, so let's create a special service for that! Make good use of Spring and write a REST service that can show the available seats, sell and refund tickets, and display the statistics of your venue. Pass me the popcorn, please!

Graduate project icon

Graduate project

This project covers the core topics of the Introduction to Spring Boot with Java course, making it sufficiently challenging to be a proud addition to your portfolio.

At least one graduate project is required to complete the course.

What you'll learn

Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Create a simple endpoint that returns the information about the available seats.
Allow customers to purchase tickets. Learn how you can handle user mistakes.
Allow customers to refund their tickets. Generate unique tokens to identify the ticket.
Add the movie theater statistics and secure the endpoint with a password.

Reviews

Vaasu Changotra
1 week ago
Very good, although the exception handling theory was a lot confusing, could be simplified with outputs.
Maksym Lypchak avatar
Maksym Lypchak
3 weeks ago
nice and practical but i lacked guidance on architectural approaches
Doğan Can Karataş avatar
Doğan Can Karataş
3 months ago
I have used and learned about REST controllers, JSON request and response serialization, and exception handling in Spring Boot.

4.5

Learners who completed this project within the Introduction to Spring Boot with Java course rated it as follows:
Usefulness
4.6
Fun
4.5
Clarity
4.4