Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 526 Bytes

This is a Next.js project bootstrapped with create-next-app.

Challenge Frontend MercagoLibre

Instalar dependencias y correr en local:

npm i
npm run dev

Abrir http://localhost:3000 en el navegador

Endpoints del API se encuentran en /api/ y siguen los lineamientos del challenge:

*/api/items?q={query:string} */api/items/{id:string}