You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Se debe crear una api sea node o flask para devolver los productos, estructura de ejemplo:
{
id: 0,
name: "Toffee",
img: "assets/trick-treat1-img.png",
price: 10,
description: "Description here",
}
Si se hace con node se podria pensar el pasarlo para next.js
The text was updated successfully, but these errors were encountered:
Se debe crear una api sea node o flask para devolver los productos, estructura de ejemplo:
{
id: 0,
name: "Toffee",
img: "assets/trick-treat1-img.png",
price: 10,
description: "Description here",
}
Si se hace con node se podria pensar el pasarlo para next.js
The text was updated successfully, but these errors were encountered: