Hirect is a comprehensive remote technical interview platform designed specifically for developers and technical recruiters. It seamlessly integrates the real-time video communication capabilities of platforms like Google Meet with the collaborative, coding-focused environment of LeetCode—bringing the ultimate interview experience together in one unified workspace.
Follow these instructions to set up and run the Hirect project locally on your machine.
git clone https://github.com/brogotsome/hirect.git
cd hirectBefore running the application, you must configure the necessary environment variables. Please refer to the detailed environment setup guide: 👉 Environment Variables Setup (Working/envir.md)
Open your terminal, navigate to the backend directory, install the required dependencies, and start the development server:
cd backend
npm install
npm run devOpen a new terminal window, navigate to the frontend directory, install dependencies, and start the React application:
cd frontend
npm install
npm run devExplore the detailed documentation to understand the core mechanics and technologies behind Hirect.
-
Functionality Overview: Discover the features, user workflow, and UI/UX of the platform. 👉 Read Working.md
-
Tech Stack Overview: Learn about the tools, libraries, and frameworks powering Hirect. 👉 Read tech.md