Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Final Project: You have to create a spring Boot Movie-Ticket application where a user interacts with the H2 database. The movies must be family oriented.

Final Project: You have to create a spring Boot Movie-Ticket application where a user interacts with the H2

database. The movies must be family oriented. The user can select to buy tickets from

several different movies at different start times. A user can buy the following tickets:

General Admission: $15.00

Sheridan College Students: $10.00

PROG 32758 Student's $8.00

Senior Citizen's (65 and older) and Children (12 years and younger) $ 5.00

Users that have accounts with this theater will have a 20% discount when ordering tickets on top of any

other discount. A user that does not have an account can register and you have to create an account. The database

that holds the account should have the user id account number, first name and last name. Once the user

has made their selection, a screen will be displayed of the movie they bought a ticket for, the types and

numbers of tickets purchased and their name . An administrator should be able to view the database of

table of registered users and any other tale and perform CRUD operations. Both a Registered user and

an administrator need to login to the system . But only the administrator should be able to view the

database(s) tables(s). A non registered user does not need to login and should be able to purchase a

ticket(s)

To actually connect to H2, keep the settings of application. properties to the one used in the class

example

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Modeling and Database Design

Authors: Narayan S. Umanath, Richard W. Scammel

2nd edition

1285085256, 978-1285085258

More Books

Students also viewed these Programming questions

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago