Skip to content

eiberham/meli

Repository files navigation

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:

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

foo@bar:~$ npm i

Lastly run the application

foo@bar:~$ npm run dev

MADE WITH ❤ BY ABRAHAM