An AI Powered Personalized Job Interview Advice Chatbot
-
Clone the repository to your local machine.
-
After cloning the GitHub repository, create a
.env
file in the root of your local Git repository. Then copy and paste the following line into your local .env file and save it. (edited) OPENAI_API_KEY=YOUR_OPENAI_API_KEY_GOES_HERE
-
Run
npm install
in your terminal to install all project dependencies. -
Run
npm run dev
in your terminal to start the express server. -
Open the
/frontend/index.html
file in your browser (either open the file directly in your browser or use the VS code Live Server extension'sright-click > Open with Live Server
option).