Generating PDF Documents Using Nodejs and Kue ⚡
- Install Redis (If you havent installed)
- Install other npm dependencies using
npm install
- Run Redis Server using the
redis-server
command and keep it running. - Run
node Job.js
and after that runnode Worker.js
commands. - Go to
http://localhost:4000
to view the reult in dashboard.