You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full-featured Job Portal web application built with three key user roles: Admin, User (Job Seeker), and Recruiter (Job Provider). This platform allows job seekers to apply for jobs and recruiters to post and manage job listings, with admin supervision to ensure platform integrity.
The backend API for the Talx Job Portal, built with Node.js and Express.js. It provides robust features like job management πΌ, secure authentication π, email subscriptions π§, news integration π°, contact form handling π, and job application management π. Powered by MongoDB, it ensures a seamless experience for job seekers and employers alike.
A Django REST API job portal with custom JWT auth, custom user model, and token generation. Includes profile inheritance, auto profile updates via signals post-OTP (Celery & message broker), caching, deferred querying, custom permissions, job posting, applications, CRUD, and dummy data testing using Factory Boy and Faker.