Project

Cinema Room REST Service (Kotlin)

Hard
178 completions
~ 31 hours
4.4

In this project, you will create a simple Spring REST service that will help you manage a small movie theatre. 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? Having a 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 Kotlin Backend Developer (Spring Boot) 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

Geovanny Mendoza avatar
Geovanny Mendoza
4 weeks ago
Building this REST service was a great hands-on experience with Spring Boot and Kotlin. I learned how to set up REST controllers, handle GET and POST requests, and map Kotlin data classes to specific JSON formats using Jackson annotations like @JsonProperty. The main challenge was managing the state ...
Frederik Salmen
4 months ago
I have learned how to process input and output data in several controllers using different HTTP methods.
CHRISTIAN OLIVER JARAMILLO
6 months ago
I learned lot about Kotlin concepts and dealing with endpoints with in-memory processing. Enough to kicsktart my journey of deep skilling in Kotlin.

4.4

Learners who completed this project within the Kotlin Backend Developer (Spring Boot) course rated it as follows:
Usefulness
4.6
Fun
4.4
Clarity
4.3