OpenAI Chat Bot A Vue 3/Node app to show how a customer could use the technology. This was a proof of concept and is incomplete. Project Setup npm install cd chatgpt-backend npm install Compile and Hot-Reload for Development npm run dev Compile and Minify for Production npm run build Lint with ESLint npm run lint Run Node cd chatgpt-backend node index.js