Jobs feed for junior developers using react express and redis from github jobs api
Aaron Jack-Code drip
follwing should be installed on computer
- Nodejs v12
- redis-server
- In root directory run npm intall
- cd client and run npm install
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