Skip to content

aryapandeyy22/Job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT : It is a web application designed to streamline the job searching process.It is designed to give an easy access to connect the user to the corporate. Whether you're a job seeker looking for your next opportunity or an employer seeking talented individuals, It provides a user-friendly interface to connect both parties efficiently. 📈

Features:

User Authentication

  • Registration: New users (job seekers and employers) can create accounts by providing their email, password, and other relevant details.
  • Login: Users can log in using their credentials. Social media login options (e.g., Google, LinkedIn) are also available.
  • User Roles and Permissions: Different access levels for job seekers, employers, and administrators to ensure appropriate access and functionality.

Job Listings

  • Posting Jobs: Employers can create detailed job posts with information such as job title, description, requirements, location, salary range, and application deadlines.
  • Job Search: Job seekers can search for job listings using various criteria like keywords, location, industry, and more.
  • Job Details Page: Detailed view of each job listing, including job description, company information, and application instructions.

Apply Directly

  • One-Click Apply: Job seekers can apply for jobs directly through the portal with a single click.
  • Upload Resume: Job seekers can upload their resume directly when applying.

Employer Dashboard

  • Job Management: Employers can post new jobs, edit existing listings, and remove job postings.
  • Application Management: View and manage applications received for each job posting.
  • Candidate Shortlisting: Shortlist candidates based on their applications and resumes.

Resume Builder

  • Template Selection: Choose from various resume templates.
  • Download and Print: Download the resume in various formats (PDF, PNG) for easy sharing and application.

INSTALLATION: 1)To get started with contributing to our project, fork the repository at-https://github.com/aryapandeyy22/Personal-project.git to your account.

2)Then Clone the repository by running this command in your local machine. ->git clone https://github.com/aryapandeyy22/Personal-project.git

3)Change the directory to FRONTEND, Install required Packages and run frontend server -> cd client npm install npm run dev

4)Make a env file in the server directory and Setup your port and MYSQL url

5)Change the directory to BACKEND, Install required Packages and run backend server cd server npm install node server.js