Skip to content

diglopes/ml-product-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project preview

Mercado Livre - Product Search

What is this about?

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.

How can I get the thing working?

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:

Put the backend to work!

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

Put the frontend to work!

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

About

🚚 Search for a product on Mercadolibre API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published