Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macktb/cinema-room-manager
A simple Spring REST service that help how to manage a small movie theatre
https://github.com/macktb/cinema-room-manager
lombok spring-web-mvc
Last synced: 5 days ago
JSON representation
A simple Spring REST service that help how to manage a small movie theatre
- Host: GitHub
- URL: https://github.com/macktb/cinema-room-manager
- Owner: macktb
- Created: 2023-05-05T18:07:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-09T12:29:35.000Z (over 1 year ago)
- Last Synced: 2025-01-10T16:54:16.389Z (6 days ago)
- Topics: lombok, spring-web-mvc
- Language: Java
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cinema Room Manager
In this project, we write a simple cli app and REST service with Spring Boot
to manage a cinema room. It can :
- show the available seats,
- book and refund tickets,
- and display the sales statistics.