MCPcopy Index your code
hub / github.com/b30wulffz/job-portal

github.com/b30wulffz/job-portal @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
57 symbols 160 edges 38 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Job Portal

Job Portal is a MERN Stack based web app which helps in streamlining the flow of job application process. It allows users to select there roles (applicant/recruiter), and create an account. In this web app, login session are persistent and REST APIs are securely protected by JWT token verification. After logging in, a recruiter can create/delete/update jobs, shortlist/accept/reject applications, view resume and edit profile. And, an applicant can view jobs, perform fuzzy search with various filters, apply for jobs with an SOP, view applications, upload profile picture, upload resume and edit profile. Hence, it is an all in one solution for a job application system.

Demo: Click Here

Directory structure of the web app is as follows:

- backend/
    - public/
        - profile/
        - resume/
- frontend/
- README.md

Instructions for initializing web app:

  • Install Node JS, MongoDB in the machine.
  • Start MongoDB server: sudo service mongod start
  • Move inside backend directory: cd backend
  • Install dependencies in backend directory: npm install
  • Start express server: npm start
  • Backend server will start on port 4444.
  • Now go inside frontend directory: cd ..\frontend
  • Install dependencies in frontend directory: npm install
  • Start web app's frontend server: npm start
  • Frontend server will start on port 3000.
  • Now open http://localhost:3000/ and proceed creating jobs and applications by signing up in required categories.

Dependencies:

  • Frontend
  • @material-ui/core
  • @material-ui/icons
  • @material-ui/lab
  • axios
  • material-ui-chip-input
  • react-phone-input-2
  • Backend
  • bcrypt
  • body-parser
  • connect-flash
  • connect-mongo
  • cors
  • crypto
  • express
  • express-session
  • jsonwebtoken
  • mongoose
  • mongoose-type-email
  • multer
  • passport
  • passport-jwt
  • passport-local
  • uuid

Machine Specifications

Details of the machine on which the webapp was tested:

  • Operating System: Elementary OS 5.1 (Hera)
  • Terminal: Bash
  • Processor: Intel Core i7-8750H CPU @ 2.20 GHz 2.21 GHz
  • RAM: 16 GB

Core symbols most depended-on inside this repo

Shape

Function 57

Languages

TypeScript100%

Modules by API surface

frontend/src/component/recruiter/MyJobs.js7 symbols
frontend/src/component/recruiter/AcceptedApplicants.js6 symbols
frontend/src/component/Profile.js5 symbols
frontend/src/component/recruiter/JobApplications.js4 symbols
frontend/src/component/Signup.js4 symbols
frontend/src/component/Login.js4 symbols
frontend/src/component/Applications.js4 symbols
frontend/src/component/recruiter/Profile.js3 symbols
frontend/src/component/Home.js3 symbols
frontend/src/lib/isAuth.js2 symbols
frontend/src/lib/PasswordInput.js2 symbols
frontend/src/lib/MessagePopup.js2 symbols

Datastores touched

JobApplicantInfoCollection · 1 repos
RecruiterInfoCollection · 1 repos
UserAuthCollection · 1 repos
applicationsCollection · 1 repos
jobsCollection · 1 repos
ratingsCollection · 1 repos
(mongodb)Database · 1 repos
jobPortalDatabase · 1 repos

For agents

$ claude mcp add job-portal \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page