PrepPals is a web application that helps users prepare for interviews by connecting them with others for mock interviews and feedback exchange.
- Allow users to create personalized profiles by inputting their skills, ensuring that their profiles accurately represent their expertise and interests
- Utilize advanced algorithms to match users with compatible skill sets, enhancing networking opportunities and fostering collaboration among users with complementary abilities.
- Enable users to schedule and conduct interviews seamlessly, providing a valuable learning experience for both interviewers and interviewees through constructive feedback exchange.
- Implement a robust rating and feedback system to ensure accountability and maintain high-quality interactions, fostering trust and credibility within the platform community.
- Integrate AI capabilities to streamline the interview process by providing tailored question suggestions, enabling interviewers to conduct more effective and structured interviews.
- Frontend: React.js
- Backend: Node.js with Express
- Database: MongoDB with Mongoose
- APIs Testing : Postman
- Clone this repository.
- Navigate to the project directory.
- Install frontend dependencies using
npm install
in thefrontend
directory. - Install backend dependencies using
npm install
in thebackend
directory. - Start the frontend server using
npm run dev
in thefrontend
directory. - Start the backend server using
nodemon index.js
in thebackend
directory.