This is the sample code helps to understand basic Chat GPT API integration using ReactJS with Node expressJS. In this code We can translate the words from English to too many languages.
Signup and get your Own Chat GPT API key from ChatGPT.Replace your Environmental variable OPENAI_API_KEY= in your .env file which is locatated in your backend folder
Install nodemon
Run the below comments in both frontend and backend folder
npm install
Run the below comments in both frontend and backend folder to launch the application
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.