A React app fetches job lists from Github API using Node Express,Redis Data Store and Node Worker on Cron to pull jobs!!
Install dependencies
npm install
npm client-install
Install redis in your machine. Check https://redis.io/topics/quickstart
npm run dev # Express & React & Worker & Redis
npm run server # Express API Only :3001
npm run client # React Client Only :3000
npm run redis # Runs redis server
npm run worker # Runs cron-job worker