Skip to content

UnknownHawkins/CAREERPILOT-AI

Repository files navigation

CareerPilot AI Logo

CareerPilot AI 🚀

Advanced AI-Powered Career Trajectory & Interview Simulation Engine

Next.js Node.js Gemini AI MongoDB TypeScript


⚡ Overview

CareerPilot AI is an enterprise-grade, highly-extensible recruitment platform designed to mentor software engineers and job seekers computationally. By harnessing the determinism of Google Gemini AI and a scalable React/Express client-server paradigm, it automates ATS parsing, conducts stateful AI interviews, and orchestrates long-term career roadmaps.

Note

For a highly exhaustive architectural breakdown, logic mapping, and systemic design patterns, please refer to the deep-dive About Project Documentation module.

🚀 Advanced Capabilities

  • [ADVANCED] ATS Resume Deconstruction: Parses unstructured binary PDFs via Node streams, forces strict JSON schema constraints into Gemini, and maps structural gaps back to industry thresholds.
  • [ADVANCED] Stateful Iterative Interviews: Generates isolated technical behavioral tests dynamically on React loops. Every prompt response is individually mapped, validated, and natively scored securely via backend endpoints.
  • [ADVANCED] Zero-Friction Polymorphic Monetization: Fuses Stripe checkout sessions mathematically with an innovative Atomic Ad-Viewing Engine. Users seamlessly unlock features via Webhooks OR by executing 15-second virtualized SaaS ads mapping strictly to a localized MongoDB state index.
  • [ADVANCED] Immutable JWT Interception: Custom Axios implementations instantly trap 401 Unauthorized hits, firing invisible rotational /refresh requests, rearming the JWT tokens transparently to preserve frontend UX logic.

📂 Project Architecture & Folder Structure

CareerPilot leverages a decoupled monolithic setup, maximizing independence across the React frontend and Node backend.

careerpilot-ai/
├── backend/                             # Express Server Architecture
│   ├── src/
│   │   ├── config/                      # Webhooks, Gemini API, DB integrations
│   │   ├── controllers/                 # Stateless request mapping
│   │   ├── middleware/                  # Auth Guards & Event Resolvers
│   │   ├── models/                      # Deep Mongoose Schema Models
│   │   ├── routes/                      # RESTful Route handlers
│   │   ├── services/                    # Heavy business logic & GenAi functions
│   │   └── server.ts                    # Application bootloader
│   └── .env                             # Backend SECRETS
└── frontend/                            # Next.js 14 App Router
    ├── app/
    │   ├── (auth)/                      # Grouped public routing scopes
    │   ├── dashboard/                   # Unified state-locked hubs
    │   ├── ads/                         # Advanced Token Monetization Component
    │   └── ...                          # Independent capability directories
    ├── components/
    │   └── ui/                          # Granular, re-usable Radix primitives
    ├── hooks/                           # Custom React event synchronizers
    ├── store/                           # Zustand persistent tree managers
    ├── types/                           # Universal global Interfaces
    └── .env.local                       # Frontend SECRETS

🛠️ Quick Start & Installation

1. Prerequisites

  • Node.js: v18.0.0 or greater.
  • MongoDB: Active connection string.
  • API Keys: Google Gemini (AI Studio), Stripe (optional for recurring billing workflows), Firebase (for resume blob processing).

2. Environment Configuration

Duplicate the environment placeholders into functional local configurations.

# Backend Setup
cd backend
cp .env.example .env

Populate .env with MONGODB_URI, JWT_SECRET, GEMINI_API_KEY, and STRIPE_SECRET_KEY.

# Frontend Setup
cd ../frontend
cp .env.example .env.local

Expose the backend port via NEXT_PUBLIC_API_URL.

3. Execution Engine

Instanciate the decoupled environment locally via standard installation commands. Run in two discrete processes:

# Start Backend Listener on Port 5000
cd backend
npm install
npm run dev

# Mount Frontend on Port 3000
cd frontend
npm install
npm run dev

🛡️ Licensing & Deployment

Licensed under the MIT License. Enterprise-grade execution logic may require modification of internal MongoDB collections prior to horizontal scaling.

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors