- API Reference https://platform.openai.com/docs/api-reference/introduction
- Created postman collection to learn little more about the open ai apis.
- Spin up backend server using node and express
- How to communicate openai API and send message back and forth
- Test the backend server using postman
- Node.js (Express)
- axios (promise-based HTTP Client for node.js and the browser)
- body-parser
- yup(parsing and validation)
- Vanilla JavaScript