Skip to content

My implementation of Hyperskill Cinema Room Manager project. In this project, I created a simple Spring REST service that help manage a small movie theatre. Handle HTTP requests in controllers, create services and respond with JSON objects.

Notifications You must be signed in to change notification settings

khaosorchestrator/cinema-room-rest-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinema Room REST Service

My implementation of Hyperskill Cinema Room Manager project. In this project, I created a simple Spring REST service that help manage a small movie theatre. Handle HTTP requests in controllers, create services and respond with JSON objects.

TOC

  • Stage 1/4: The show begins: Create a simple endpoint that returns the information about the available seats.
  • Stage 2/4: Take your seat: Allow customers to purchase tickets.
  • Stage 3/4: A change of plans: Allow customers to refund their tickets. Generate unique tokens to identify the ticket.
  • Stage 4/4: The statistics: Add the movie theater statistics and secure the endpoint with a password.

About

My implementation of Hyperskill Cinema Room Manager project. In this project, I created a simple Spring REST service that help manage a small movie theatre. Handle HTTP requests in controllers, create services and respond with JSON objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages