dguglielmi-git / innovandoliving

InnovandoLiving - NextJS Ecommerce - Official Website
2 stars 0 forks source link

Backend Migration - Favorites (Frontend) #33

Open dguglielmi-git opened 1 year ago

dguglielmi-git commented 1 year ago

Refactor the api calls that currently are using Strapi as a backend to start calling the new cloud function backend.

Api Calls:

dguglielmi-git commented 1 year ago

We need to refactor the functions since we are calling the backend twice. Once for verifying the existence and another to run a task. We will use HTTP Status to understand what the backend is communicating and based on the status code we will proceed accordingly from the front-end.