🚀 Challenge: “Real-Time Image Processing Pipeline

📋 Overview

Build a full-stack application where users can submit URLs for image processing.

The backend uses a BullMQ worker to process images, store results in Firebase, and the frontend displays progress in real-time.

API Endpoints:

BullMQ Implementation:

  1. Create a queue named imageProcessing
  2. Implement a worker that processes jobs concurrently
  3. Each job should:

Frontend: