Daniel Durán
Back
ChipMarket
fullstack

ChipMarket

Ecosistema E-commerce

## Overview

Containerized e-commerce ecosystem with a hybrid PostgreSQL + MongoDB architecture for scalable product and order management.

## The Problem

Building a scalable e-commerce system that handles both relational data (orders, users) and document-based data (products, catalogs) efficiently in one ecosystem.

## My Contribution

Designed the hybrid PostgreSQL + MongoDB architecture, containerized the ecosystem with Docker Compose, implemented Redis caching for product listings, and built the NestJS API gateway.