Building a B2B email Priority System
Will properly document this readme later
Dev Journey https://x.com/Sankalpa_dev
docker run -d --name mindful-redis -p 6379:6379 redis (Command to run the redis server container)
node src/workers/ingestWorker.js (Command to run the bull mq worker command)
npm run dev ( Command to run the backend server)