A simple nodejs backend server using openai Chat-GPT and Dall-E api
git clone https://github.com/agucchristopher/openai-nodejs-api.git/
2. Visit https://openai.com
register and go the profile section and choose manage Apis, click generate api then go to the .env file you created and paste it where the OPENAI_API_KEY is
Example: OPENAI_API_KEY=The Key You Generated
Open your terminal and run npm install