/EasyApply

A Job Board for Jr Dev Jobs. (Website Not Functional Due to Github Jobs API Deprecation in 2021)

Primary LanguageJavaScript

EasyApply

A Job-Board App for Junior or Entry Level Tech Jobs

Setup

Download Node.js. Run this followed commands:

# Change Directory into the Client Folder
cd client

# Install dependencies (only the first time)
npm install

# Run the local react server at localhost
npm run start

# On navigating to the Job Board Page after clicking on Explore Jobs
Go Back to the Terminal and run
node api/index.js


This will render all the Jobs on the Job Board using redis.
  • Note: This Project uses the GitHub JOBS API which has been deprecated recently & the Job Board might not load.