An AI Powered Personalized Job Interview Advice Chatbot
-
Clone the repository to your local machine.
-
After cloning the GitHub repository, create a
.envfile 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 installin your terminal to install all project dependencies. -
Run
npm run devin your terminal to start the express server. -
Open the
/frontend/index.htmlfile in your browser (either open the file directly in your browser or use the VS code Live Server extension'sright-click > Open with Live Serveroption).