Skip to content

Latest commit

 

History

History
172 lines (136 loc) · 7.1 KB

README.md

File metadata and controls

172 lines (136 loc) · 7.1 KB

Contributors Forks Stargazers Issues MIT License


Logo

JobFinder

This is a web application project built on MERN Stack which scrapes jobs specifically for fresher from Technopark and Infopark. You can add your Discord/Slack webhook to get notification when new job is added.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. Overview
  2. Built With
  3. Getting Started
  4. Link

Overview

🟢 Green dot indicates that jobs are added within the 24 hours.

🔴 Red dot indicates that jobs are going to expire in 24 hours.

fresher-job-finder Preview fresher-job-finder Demo

How to get started:

Step 1: Create a Discord Server

  1. If you don't have a server, create one on Discord. Learn how to create a server.

Step 2: Create a Discord Webhook

  1. If you don't have a webhook, create one on Discord. Learn how to create a webhook.

Step 3: Configure Webhook in JobFinder

  1. Create an account on the JobFinder website.
  2. Log in to your JobFinder account.
  3. Add the Discord webhook URL to receive job notifications.

Built With

  • React
  • Express
  • MONGODB
  • NodeJS

Installation

# Clone this repository
$ git clone https://github.com/manupranav/fresher-job-finder.git


# Go into the repository
$ cd fresher-job-finder

#Install requirements
$ npm install

# Go into the repository
$ cd backend

#Install requirements
$ npm install

# Run the app
$ npm start

Link