Project

Cinema Room REST Service (Kotlin)

Hard
162 completions
~ 31 hours
4.5

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

Jean-Pierre Gonçalves
3 weeks ago
I practiced and learned REST API (POST, GET) with Kotlin and Spring. I also learnedexception handling in Spring Boot.
Chan Weng Kin avatar
Chan Weng Kin
1 month ago
ResponseEntity, exception handling, Spring JPA (self initiative), Spring Web
Vanya Zkv avatar
Vanya Zkv
1 month ago
Great one to learn basics of Spring Boot. You will practice building POST and GET endpoints with request body and request parameters; handling Spring and your custom exceptions

4.5

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