Welcome to InterviewMap, a cutting-edge platform designed to revolutionize the coding interview process. By integrating React, Flask, SocketIO, ZEGOCLOUD, and the GitHub API, InterviewMap provides a comprehensive solution for conducting coding tests and managing interviews seamlessly.
- Frontend: React
- Backend: NodeJs
- SocketIO
- ZEGOCLOUD
- GitHub API
- GitHub : Version Control and Collaboration
- MongoDBCompass : Query Visualization
- Postman : API Testing and Development
- Create coding Test.
- Manage Coding Tests.
- Evaluate candidates based on their performance.
- Select preferred programming language.
- Compile, run, and submit solutions in an interactive coding environment.
- Candidates who pass the coding test can be invited for an online interview round.
- Collabrative Code Editor for interviewer and interviewee.
- Collabrative white board.
- Clone the Repository
git clone https://github.com/ishapaghdal301/InterviewMap.git
cd InterviewMap
- Backend Setup
cd backend
npm install
node server.js
- Frontend Setup
cd frontend
npm install
npm start