A simple RESTful service built with Kotlin and Spring Boot that provides information about a movie theatre's seating layout.
- Retrieve total number of rows and columns in the cinema room.
- Get information about all available seats.
- JDK 11+
- Gradle
- Clone the repository:
git clone https://github.com/yourusername/cinema-seating-system.git
- Secondly, navigate to the project directory:
cd cinema-seating-system
- Then, you can compile the project and build the Jar file using Gradle:
./gradlew build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.