Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project provides an asynchronous image processing system using Node.js, MongoDB, Redis (BullMQ). It consists of:

A REST API server to handle image processing requests. A Worker server to process images asynchronously using BullMQ. Redis for job queuing and caching.

Steps to run the project

  1. Clone the repository
  2. npm install
  3. Set up .env file, with PORT and MONGO_URI
  4. Ensure that redis is running locally
  5. Start the api server (command => node src/index.js)
  6. Start the worker server (command => node src/workers/imageWorkers.js)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages