Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop an application using the Spring Boot Framework to help a pizza shop to manage their orders virtually. Requirements Welcome the users and ask them

Develop an application using the Spring Boot Framework to help a pizza shop to manage their orders virtually. Requirements Welcome the users and ask them to enter their first name and they will get to enter the details of their orders: Number of Pizzas, the size of the pizzas, and the Number of Toppings. To keep things easy all Pizzas will have the same number of toppings and the same size. So if the user orders 3 medium pizzas with 2 toppings all three medium pizzas will have 2 toppings.

John Having Ordered the pizzas, the users will click on a submit button which will take them to a page where a summer of their order will be viewed. A small pizza costs $8.50. A medium pizza costs $9.75. A large pizza costs $11.75. The order summary should also display the date and the time the order was placed. Use dropdown lists to get the user select the number of pizzas and the number of toppings. In addition to being able to place orders, the customers of the pizza shop should be able to modify, view or delete the existing orders.

NOTE 3: -

You must use Thymeleaf and Thymeleaf fragments to ensure all html pages have a common footer and a common header.

- You must use Lombok.

- Your system should store data in an H2 database for semi-persistent retrieval, and you should create a schema to store data in using schema.sql.

- Additionally, please populate your database with at least three show entries through a data.sql file for easy testing.

- You must use JDBC Templates to interact with your database as we have done in class.

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

Hands On Database

Authors: Steve Conger

1st Edition

013610827X, 978-0136108276

More Books

Students also viewed these Databases questions

Question

4. What will the team agreement contain?

Answered: 1 week ago

Question

What were the issues and solutions proposed by each team?

Answered: 1 week ago