An open API service indexing awesome lists of open source software.

https://github.com/eiberham/meli

:shirt: Mercadolibre's challenge
https://github.com/eiberham/meli

challenge expressjs jest-tests meli nextjs reactjs redis

Last synced: 3 months ago
JSON representation

:shirt: Mercadolibre's challenge

Awesome Lists containing this project

README

        

# Meli

This project is a fullstack challenge compound by an ecommerce site built with next.js and a custom server leveraging express.js

The application so far presents the following features:


  • Server and client side rendering for better SEO performance.

  • Cache requests via REDIS.

  • Pages responsiveness and overall styling via CSS grid and Flexbox.

Here's a screenshot of one of the pages:


snapshot


GitHub code size in bytes
GitHub top language
GitHub last commit
GitHub issues

## How to run it ?

First, as usual clone the repo:

```console
foo@bar:~$ git clone https://github.com/wwleak/meli.git
```
Install && start redis:

```
foo@bar:~$ sudo apt-get install redis-server && redis-server
```

Then install all the dependencies

```console
foo@bar:~$ npm i
```
Lastly run the application

```console
foo@bar:~$ npm run dev
```

MADE WITH ❤ BY ABRAHAM