Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 603 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 603 Bytes

jr-jobs-feed

Jobs feed for junior developers using react express and redis from github jobs api

credit

Aaron Jack-Code drip

requirements

follwing should be installed on computer

  1. Nodejs v12
  2. redis-server

local setup

  1. In root directory run npm intall
  2. cd client and run npm install

run locally

run express server

node api/index.js

run cron worker in seperate teminal

node worker/index.js

finally run client in seperate teminal using command

cd client  
npm start

flow of the application