Skip to content

devdaemon404/fetchjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetchjob

A React app fetches job lists from Github API using Node Express,Redis Data Store and Node Worker on Cron to pull jobs!!

Usage

Install dependencies

npm install
npm client-install

Redis Setup

Install redis in your machine. Check https://redis.io/topics/quickstart

Run Server

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

About

Fetches job lists from Github API using React, Node Express,Redis Data Store and Node Worker on Cron to pull jobs!!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors