{"id":29479206,"url":"https://github.com/hasancoder66/ai-recruiter-interview-schedule","last_synced_at":"2026-04-11T17:06:02.482Z","repository":{"id":304629462,"uuid":"1017979380","full_name":"HasanCoder66/AI-Recruiter-Interview-Schedule","owner":"HasanCoder66","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-14T11:06:28.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T11:31:47.723Z","etag":null,"topics":["api","api-integreation","controllers","cors","css3","dotenv","express","html5","javascript","material-ui","mongodb","mongoose","nodejs","react","react-18","react-router-dom","reactjs","routes","tailwind-css","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://ai-recruiter-interview-schedule.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HasanCoder66.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T12:02:30.000Z","updated_at":"2025-07-14T11:06:32.000Z","dependencies_parsed_at":"2025-07-14T11:31:52.831Z","dependency_job_id":"af5c9b7e-41d9-453a-b758-4bedbb75400a","html_url":"https://github.com/HasanCoder66/AI-Recruiter-Interview-Schedule","commit_stats":null,"previous_names":["hasancoder66/ai-recruiter-interview-schedule"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/HasanCoder66/AI-Recruiter-Interview-Schedule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasanCoder66%2FAI-Recruiter-Interview-Schedule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasanCoder66%2FAI-Recruiter-Interview-Schedule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasanCoder66%2FAI-Recruiter-Interview-Schedule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasanCoder66%2FAI-Recruiter-Interview-Schedule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HasanCoder66","download_url":"https://codeload.github.com/HasanCoder66/AI-Recruiter-Interview-Schedule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasanCoder66%2FAI-Recruiter-Interview-Schedule/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265344224,"owners_count":23750553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-integreation","controllers","cors","css3","dotenv","express","html5","javascript","material-ui","mongodb","mongoose","nodejs","react","react-18","react-router-dom","reactjs","routes","tailwind-css","vercel-deployment"],"created_at":"2025-07-14T20:12:42.999Z","updated_at":"2026-04-11T17:06:02.453Z","avatar_url":"https://github.com/HasanCoder66.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 AI Recruiter - Interview Scheduling \u0026 Question Generator\n\nAI Recruiter is an AI-powered platform that helps recruiters schedule interviews and generate personalized interview questions based on the job role and description. It uses **Gemini AI** (Google Generative AI) to craft high-quality, role-specific questions and stores the data in MongoDB.\n\n---\n\n## 📦 Tech Stack\n\n**Frontend**  \n- React.js  \n- MUI (Material UI) + Tailwind CSS  \n- Axios\n\n**Backend**  \n- Node.js + Express  \n- MongoDB with Mongoose  \n- Gemini AI API (Google Generative AI)\n\n---\n\n## 🚀 Features\n\n- 🌟 Generate custom interview questions based on:\n  - Job Title\n  - Job Description\n  - Interview Type (Technical, Behavioral, etc.)\n  - Duration\n\n- 👤 Schedule and list interview candidates\n- 🧠 AI-generated questions powered by **Gemini**\n- 💾 Store \u0026 retrieve interviews and candidates\n- ✅ View previously created interviews\n- 📥 Export reports (Planned)\n\n---\n\n## 🔧 Installation\n\n### 1. Clone the Repo\n\n```bash\ngit clone https://github.com/yourusername/ai-recruiter.git\ncd ai-recruiter\n\n\n\n2. Setup Backend\nbash\nCopy\nEdit\n\ncd ai-recruiter-BE\nnpm install\n\n\nCreate .env file in ai-recruiter-BE:\n\nPORT=3000\nMONGODB_URI=your_mongodb_connection_string\nGEMINI_API_KEY=your_google_gemini_api_key\n\n3. Setup Frontend\ncd ../ai-recruiter-FE\nnpm install\n\n\n✅ Run the App\ncd ai-recruiter-BE\nnpm run dev\n\n\nStart Frontend\ncd ai-recruiter-FE\nnpm start\n\n📂 Folder Structure\nai-recruiter/\n├── ai-recruiter-FE/        # React frontend\n│   └── components/\n│   └── pages/\n│   └── constants/\n├── ai-recruiter-BE/        # Express backend\n│   └── Controllers/\n│   └── Models/\n│   └── Routes/\n│   └── Services/\n│   └── utils/\n\n\n⚠️ Notes\nThis project currently supports 3 free interviews per user (limit logic to be added).\n\nGemini API works only with gemini-pro on free tier.\n\nYou must enable Generative Language API in Google Cloud.\n\n\n✨ Upcoming Features\n✅ Email notifications for scheduled interviews\n\n📊 Report analytics per candidate\n\n🧑‍💼 Admin dashboard\n\n⏰ Interview rescheduling logic\n\n\n👨‍💻 Author\nMade with ❤️ by Hasan (@yourhandle)\n\n\nLet me know if you want to include:\n- Deployment instructions (Vercel / Render / Railway)\n- Screenshots / demo GIFs  \n- API Documentation section (Swagger, Postman etc.)\n\nI can also generate a markdown version with badges, images, or a clickable table of contents.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasancoder66%2Fai-recruiter-interview-schedule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasancoder66%2Fai-recruiter-interview-schedule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasancoder66%2Fai-recruiter-interview-schedule/lists"}