please help me with that ssignment
Exercise
Create the Shop web application. The application must have at least 3 pages: buyers, products and sales.
On the products page, the introduction of new products must be allowed, as well as the deletion and updating of existing ones.
As for the buyers page, it must be allowed to add, delete and update new buyers.
On the sales page, products must be allowed to be sold to specific buyers. Each sale involves updating the status in the sales table, but also in the buyers and products tables.
The task should be seen as an application that would possibly be used by employees in a physical store or as a web application that would represent a virtual store on the Internet.
Any framework discussed in the course can be used, but the student is not obliged, so we don't have to be strictly bound to the framework, but simply Java EE (which is also a type of framework) can be used.
When solving, the database must be used. No separate technology is insisted on, so it doesn't matter whether you use JDBC or a finite system for object-relational mapping (eg Hibernate).
The task must be submitted as a complete Maven Java Web project. When submitting the task, don't forget to delete the target folder, because it is generated by the environment when the project is built, so it is not needed for verification and usually takes up a lot of memory space.