Skip to content

hemaxpatel/Engineers-Depot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Engineer's Depot - Job Portal Web App

Home Page a Sign Up

Project Overview

Engineer’s Depot is a full-stack MERN job portal that connects job seekers with recruiters. It simplifies the job search process by providing an intuitive platform to browse job listings, apply for positions, and communicate with recruiters in real-time.

Problem Statement

Traditional job search platforms face several challenges, including:

  • Lack of Transparency – Job seekers struggle to find authentic job postings and recruiter details.
  • Inefficient Communication – Delays in responses from recruiters.
  • Cumbersome Application Process – Lack of a streamlined way to apply and track applications.
  • Limited Filtering Options – Difficulty in narrowing down job listings based on preferences.

Our Solution

Engineer’s Depot offers a seamless and efficient way for job seekers and recruiters to connect:

  • Job Listings & Filters – Browse and filter jobs based on role, location, salary, and experience.
  • User Authentication – Secure login for job seekers and recruiters using JWT authentication.
  • Admin Dashboard – Manage job postings, users, and reported issues.
  • Application Tracking – Job seekers can track their applications in one place.

Tech Stack

  • Frontend: React.js, React Router, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB, Mongoose ORM
  • Authentication: JWT, Cookies

Project Team

Installation & Setup

  1. Clone the repository:
    https://github.com/Harsh260105/Engineers-Depot.git
  2. Install dependencies for backend:
    cd backend
    npm install
  3. Start the backend server:
    npm start
  4. Install dependencies for frontend:
    cd frontend
    npm install
  5. Start the frontend:
    npm run dev

Empowering job seekers and recruiters – Engineer’s Depot is the future of job search and hiring!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • CSS 1.2%
  • HTML 0.3%