A project developed in Java SpringBoot, which involves creating an online catalog (it is not a sales site and therefore does not have a shopping cart) with some requirements:

In the Front Office, a catalog is displayed with a non-reloading page (the URL does not change, products are filtered by category via JS and an API). The products display a name, price, description, and image. In some cases, products will have a promotional price with validity dates.

In the Back Office, a representative of the Mercadona company should be able to connect to add products with their categories and promotions that can be changed as needed.

As for the code itself, it must be implemented using Java SpringBoot and include tests to evaluate different sections of the created code.

See the Github repo (in French) >>
Go to website >>

Category:
School: Projects I made during my learning and exploration of technologies.

Technologies: