bastianaf / meli-profile

MELI Profile: a meli frontend challenge

Home Page:meli-profile.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MELI Profile

Description

meli logo

This repository contains the source code of MERCADO LIBRE PROFILE challenge

El frontend debe tener una ruta /profile en la cuál se podrá visualizar información general del usuario, un listado de sus compras, y se podrá acceder al detalle de cada una de estas.

Installation

$ npm install

Prerequisites

  • NodeJs ^14.0.0

Environment

Create an .env file on root of project or export the requiered environment variables, you can check for the required env vars on .env.example file

Running the app

Run the following to start the app locally

# development watch mode
$ npm run dev

# production mode
$ npm run build && npm run start

Open http://localhost:3000 with your browser to see the result.

WEB

MELI PROFILE WEB expose this pages:

  • Home
  • User
  • Purchases
  • Purchase Details

💡 Note: Remember that you need to attach a valid x-api-key to the header on each request. This is set as a minimum security layer

Framework

Nest Logo

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

Check out our Next.js deployment documentation for more details.



Author: @bastianaf

About

MELI Profile: a meli frontend challenge

meli-profile.vercel.app


Languages

Language:TypeScript 98.5%Language:JavaScript 0.8%Language:CSS 0.7%Language:Shell 0.1%