Open a developer account @ https://platform.openai.com/ (free) and generate adn add your API KEY to the .env file (delete the .example file suffix).
node 18
npm i
npm run dev
Now send a Postman POST request to http://localhost:5010/chat-it-up to see the ChatGPT api response.