bobbyray1005 / jr-jobs-feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 87.2%Language:HTML 10.1%Language:CSS 2.7%