The project targets to use the MercadoLibre API to create an interface that you can search for a determined product and see the details of each result found just by clicking on it.
This project was split into two separated folders, one for the backend application and another one for the frontend. To run each one you just have to do the simple steps below:
Inside the backend folder install the dependencies using npm
:
npm install
Or yarn
:
yarn install
After all the dependencies have been correctly installed just run the dev script:
npm run dev
or
yarn dev
Inside the backend folder install the dependencies using npm
:
npm install
Or yarn
:
yarn install
After all the dependencies have been correctly installed just run the dev script:
npm run serve
or
yarn serve