docker run --name my-redis -d -p 6379:6379 redis docker ps docker exec -it container_id /bin/bash redis-cli- Compile both backend and workers by using
tsc -b- Go to backend folder and start backend by
node dist/index.js- Go to workers folder and start workers by
node dist/index.js