Skip to content

devs6186/resume

 
 

Repository files navigation

Alignify - AI-Powered ATS Resume Reviewer

Alignify is an AI-driven resume reviewer designed to help job seekers optimize their resumes for Applicant Tracking Systems (ATS). By analyzing resumes, identifying missing keywords, and providing actionable insights, Alignify enhances the chances of resumes getting noticed by recruiters. With real-time feedback and AI-powered recommendations, Alignify ensures your resume is ATS-friendly, improving job application success rates.


Features

AI-Powered ATS Scanning – Analyzes resumes using AI & NLP
Keyword Optimization – Identifies missing industry-specific keywords
Real-Time Feedback – Provides actionable resume improvement suggestions
Job Matching – Recommends jobs based on resume content
User-Friendly Interface – Designed for seamless user experience
Secure & Fast – Built with the MERN Stack (MongoDB, Express.js, React, Node.js)


Getting Started

Prerequisites

  • Node.js
  • MongoDB
  • Git
  • NPM
  • Auth0 Account (for authentication)

Installation

  1. Clone the Repository

    git clone https://github.com/aryamansh30/Alignify.git
    cd Alignify
  2. Install Dependencies(in root directory)

    npm install

    Install Dependencies(in backend directory)

    npm install
  3. Setup Environment Variables Create a .env file in the root directory and add the following lines

    AUTH0_DOMAIN=your-auth0-domain
    AUTH0_CLIENT_ID=your-auth0-client-id
    

    Create a .env file in the backend directory and add the following lines

    MONGO_URI=your-mongodb-connection-string
    OPENAI_API_KEY=your-openai-key
    
  4. Run the Program In two different terminals run the following commands

    npm --prefix backend/ start
    npm start

Open http://localhost:3000 in your browser.

About Us

Alignify was created by three Purdue students to address the challenges job seekers face with ATS algorithms. Our mission is to:
🔹 Eliminate resume blind spots
🔹 Optimize job applications using AI
🔹 Help candidates stand out—both to ATS and hiring managers

We believe every job seeker deserves a fair chance. Alignify empowers job seekers worldwide to land their dream jobs.

About

dbms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Other 1.7%