Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 707 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 707 Bytes

PrepInTime

An AI Powered Personalized Job Interview Advice Chatbot

Usage

  1. Clone the repository to your local machine.

  2. 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

  3. Run npm install in your terminal to install all project dependencies.

  4. Run npm run dev in your terminal to start the express server.

  5. 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's right-click > Open with Live Server option).