Skip to content

leslie0605/mock-interview-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

How to use the mock interview platform?

  1. Run the project on your local machine with instructions in steps for running the project
  2. Provide your resume and role details: Start by uploading your resume in PDF format through the provided form on the homepage. Fill in the company name, role name, job description.
image
  1. Begin the Interview: Once you click the "Submit" button, you will be directed to the interview screen. Click the "Start Answering" button to begin the mock interview.
image

To run the project on your local machine

  1. Clone the repository:
    git clone https://github.com/leslie0605/mock-interview-platform.git
    cd mock-interview-platform
  2. Install dependencies:
    npm install
  3. Create an .env file and add your OpenAI API key:
    OPENAI_API_KEY=your_openai_api_key_here
  4. Start the backend:
    node server.js 
  5. Run the frontend:
    git clone https://github.com/leslie0605/mock-interview-platform-frontend.git
    cd mock-interview-platform-frontend
    npm install
    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published