This is a Technical test for Mercado Libre
First, clone the repository and install the dependencies on each folder (backend and mercado-libre-app)
npm iRun the development server (backend), this should run on the 3001 port:
npm startRun the frontend proyect (mercado-libre-app), this should run on the 3000 port
npm run devOpen http://localhost:3000 with your browser to see the result.