Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.77 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.77 KB

PrepPals : Your Interview Helper

PrepPals is a web application that helps users prepare for interviews by connecting them with others for mock interviews and feedback exchange.

Features

  • User Registration with Skills

    Allow users to create personalized profiles by inputting their skills, ensuring that their profiles accurately represent their expertise and interests
  • Skill-Based Candidate Matching

    Utilize advanced algorithms to match users with compatible skill sets, enhancing networking opportunities and fostering collaboration among users with complementary abilities.
  • Conducting interviews with feedback exchange

    Enable users to schedule and conduct interviews seamlessly, providing a valuable learning experience for both interviewers and interviewees through constructive feedback exchange.
  • User ratings and feedback submission

    Implement a robust rating and feedback system to ensure accountability and maintain high-quality interactions, fostering trust and credibility within the platform community.
  • AI-Assisted Interview Questioning

    Integrate AI capabilities to streamline the interview process by providing tailored question suggestions, enabling interviewers to conduct more effective and structured interviews.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js with Express
  • Database: MongoDB with Mongoose
  • APIs Testing : Postman

Installation

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Install frontend dependencies using npm install in the frontend directory.
  4. Install backend dependencies using npm install in the backend directory.
  5. Start the frontend server using npm run dev in the frontend directory.
  6. Start the backend server using nodemon index.js in the backend directory.