{"id":18852822,"url":"https://github.com/priyam-03/recruitify","last_synced_at":"2025-07-16T19:34:54.038Z","repository":{"id":247211532,"uuid":"814215006","full_name":"priyam-03/Recruitify","owner":"priyam-03","description":"Recruitify is an AI-powered recruiting platform streamlines the hiring process by automating candidate shortlisting, enabling virtual interviews, and supporting professional networking. Built with React, Express, and MongoDB, it offers a modern, efficient solution for recruiters and job seekers alike.","archived":false,"fork":false,"pushed_at":"2025-04-05T04:19:01.000Z","size":40840,"stargazers_count":11,"open_issues_count":14,"forks_count":14,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T10:42:01.644Z","etag":null,"topics":["aws-ec2","aws-s3","ci-cd","cookie-based-auth","docker","expressjs","github-actions","graphql","hacktoberfest","mern-stack","mongodb","nodejs","nodemailer-smtp-transport","pubsub","reactjs","redis","webrtc","websocket"],"latest_commit_sha":null,"homepage":"http://recruitingwebsite.online","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/priyam-03.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-12T14:59:07.000Z","updated_at":"2025-04-05T04:19:04.000Z","dependencies_parsed_at":"2024-09-12T22:45:08.781Z","dependency_job_id":"2454ff9b-8d8b-454d-9cff-00995783f003","html_url":"https://github.com/priyam-03/Recruitify","commit_stats":null,"previous_names":["priyam-03/recruitify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/priyam-03/Recruitify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyam-03%2FRecruitify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyam-03%2FRecruitify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyam-03%2FRecruitify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyam-03%2FRecruitify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/priyam-03","download_url":"https://codeload.github.com/priyam-03/Recruitify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyam-03%2FRecruitify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265534802,"owners_count":23783891,"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":["aws-ec2","aws-s3","ci-cd","cookie-based-auth","docker","expressjs","github-actions","graphql","hacktoberfest","mern-stack","mongodb","nodejs","nodemailer-smtp-transport","pubsub","reactjs","redis","webrtc","websocket"],"created_at":"2024-11-08T03:41:40.010Z","updated_at":"2025-07-16T19:34:54.017Z","avatar_url":"https://github.com/priyam-03.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI-Powered Recruiting Platform\n\nWelcome to the AI-Powered Recruiting Platform! This platform is designed to revolutionize the recruitment process by integrating AI-driven features, seamless interview management, and social networking capabilities.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technology Stack](#technology-stack)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **AI-Powered Automated Shortlisting**: Automatically shortlist candidates based on profile matching and job requirements.\n- **Integrated Interview System**: Conduct virtual interviews similar to Google Meet directly within the platform.\n- **Networking and Messaging**: Connect with professionals, send messages, and build your network.\n- **Content Creation and Sharing**: Post updates, share professional content, and engage with the community.\n\n## Technology Stack\n\n- **Frontend**: React.js\n- **Backend**: Express.js\n- **Database**: MongoDB\n\n## Installation\n\nTo set up the project locally, follow these steps:\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/priyam-03/Recruitify.git\n   cd Recruitfy\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   # Install backend dependencies\n   cd backend\n   npm install\n\n   # Install frontend dependencies\n   cd ../frontend\n   npm install\n   ```\n\n3. **Set up environment variables**:\n\n   Create a `secret.env` file in `backend` directories and add the necessary environment variables as outlined in the `.env.example` file.\n\n4. **Start the development servers**:\n\n   ```bash\n   # Start backend server\n   cd backend\n   npm start\n\n   # Start frontend server\n   cd ../frontend\n   npm start\n   ```\n\n5. **Access the platform**:\n   Open your browser and navigate to `http://localhost:3000` to start using the platform.\n\n## Usage\n\n- **User Authentication**: Sign up or log in to start using the platform.\n- **Profile Management**: Create and manage your professional profile.\n- **Job Searching**: Browse job listings and apply directly through the platform.\n- **AI Shortlisting**: Let the AI help you find the best candidates or jobs.\n- **Virtual Interviews**: Schedule and conduct interviews with just a few clicks.\n- **Networking**: Connect with other professionals and expand your network.\n- **Messaging**: Communicate with connections directly through the platform.\n- **Content Creation**: Share posts and updates with your network.\n\n## Contributing\n\nWe welcome contributions! To contribute:\n\n1. **Fork the repository**.\n2. **Create a new branch** for your feature or bug fix.\n3. **Commit your changes** and push to your branch.\n4. **Submit a pull request** to the `main` branch.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyam-03%2Frecruitify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyam-03%2Frecruitify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyam-03%2Frecruitify/lists"}