Joboard is a job board application that fetches job listings from the GitHub Jobs API and provides an API to access these job listings. It also includes a worker that periodically fetches new job listings and stores them in a Redis database.
- Clone the repository:
git clone https://github.com/ujaved931/Joboard_final.git - Navigate to the project directory:
cd Joboard_final - Install the dependencies:
npm install
- Start the API server:
node api/index.js - Start the worker:
node worker/index.js
GET /jobs: Fetches the job listings stored in the Redis database.
- The worker fetches job listings from the GitHub Jobs API every minute and stores them in the Redis database.