JobQuest is a dynamic MERN stack web application designed to connect employers with job seekers. This platform allows employers to post job listings, manage applications, and communicate with potential candidates. Job seekers can create profiles, browse job listings, apply for jobs, and track their application statuses.
Post Jobs: Employers can create job listings with detailed descriptions, requirements, and benefits.
Manage Applications: View and manage applications from job seekers.
Create Profiles: Build a profile showcasing skills, experience, and educational background.
Browse Jobs: Search and browse through available job listings.
Apply for Jobs: Apply for jobs directly through the platform.
Prerequisites: Ensure you have the following installed on your system:
Node.js
npm or yarn
- Clone the repository:
git clone https://github.com/ssharma2003/JobQuest_website.git
- Navigate to the project directory:
cd JobQuest_website - Navigate to the backend directory:
cd backend - Install the dependencies
npm install
- Start the server
npm run dev
- Navigate to the frontend directory:
cd frontend - Install the dependencies
npm install
- Start the server
npm run dev