Skip to content

dapinderbhullar/InterviewAce-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterviewAce

AI-powered Placement Preparation Platform built using the MERN Stack and Google Gemini AI.

Features

  • User Authentication (Login/Register)
  • JWT Authentication
  • Resume Upload (PDF)
  • AI Resume Analysis
  • ATS Score Generation
  • Interview Question Generation
  • Notes Management (CRUD)
  • MongoDB Atlas Integration

Tech Stack

Frontend

  • React.js
  • CSS
  • Axios

Backend

  • Node.js
  • Express.js

Database

  • MongoDB Atlas

AI

  • Google Gemini API

Installation

Backend

cd backend
npm install
npm start

Frontend

cd frontend
npm install
npm run dev

Environment Variables

Create a .env file inside the backend folder:

MONGO_URI=your_mongodb_uri
JWT_SECRET=your_secret_key
GEMINI_API_KEY=your_gemini_api_key

Project Structure

InterviewAce
├── frontend
├── backend
├── screenshots
└── README.md

Author

Dapinder Bhullar

About

AI-powered placement preparation platform with resume analysis, ATS scoring, interview question generation and notes management.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors