AI-powered Placement Preparation Platform built using the MERN Stack and Google Gemini AI.
- User Authentication (Login/Register)
- JWT Authentication
- Resume Upload (PDF)
- AI Resume Analysis
- ATS Score Generation
- Interview Question Generation
- Notes Management (CRUD)
- MongoDB Atlas Integration
- React.js
- CSS
- Axios
- Node.js
- Express.js
- MongoDB Atlas
- Google Gemini API
cd backend
npm install
npm startcd frontend
npm install
npm run devCreate a .env file inside the backend folder:
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_secret_key
GEMINI_API_KEY=your_gemini_api_keyInterviewAce
├── frontend
├── backend
├── screenshots
└── README.md
Dapinder Bhullar