JOBSARTHI is a scalable full-stack job portal designed to efficiently connect job seekers with potential employers. It provides a seamless platform for job postings, applications, and secure authentication.
- MERN Stack Implementation: React.js frontend with an Express.js backend.
- JWT-Based Authentication: Secure role-based access control.
- Cloudinary Integration: Optimized image storage for job postings.
- Multer for File Uploads: Efficient handling of resumes and profile images.
- Redux for State Management: Ensures smooth and responsive user experience.
- Frontend: React.js
- Backend: Express.js
- Database: MongoDB
- Authentication: JWT (JSON Web Token)
- File Storage: Cloudinary, Multer
- State Management: Redux
- Clone the repository:
git clone https://github.com/Mohitgit22/JobSarthi.git cd JobSarthi - Install dependencies:
npm install
- Set up environment variables in a
.envfile:MONGO_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret_key CLOUDINARY_URL=your_cloudinary_url
- Start the development server:
npm run dev
- Implement real-time chat between job seekers and recruiters.
- Add resume parsing for automated job recommendations.
- Enable advanced job filtering with AI-based suggestions.
Contributions are welcome! Feel free to open issues or submit pull requests.








