AlejandraTech / viver-cellers

Web project dedicated to marketing wines for the winemakers of Vilafranca del Penedés who are part of the Viver del Cellers project.
4 stars 0 forks source link

Issue 24: Creation of Online Store and Shopping Cart #57

Closed AlejandraTech closed 5 months ago

AlejandraTech commented 6 months ago

Creation of Online Store and Shopping Cart

Description:

This issue outlines the necessary steps to create the functionality of an online store and a shopping cart using the Laravel framework for the backend and Angular for the frontend. It includes steps for creating models, controllers, services, components, and routes required to implement these functionalities.

Steps to Follow:

Backend (Laravel):

Frontend (Angular):

Integration:

The functionality of the frontend developed in Angular must be integrated with the backend implemented in Laravel, ensuring proper communication between both systems so that the online store and shopping cart function correctly. This involves configuring HTTP requests to retrieve and send data between the frontend and backend.

AlejandraTech commented 5 months ago

Task completed successfully!