This application is built using Node JS, Express JS and Open AI API. This application generate images through OpenAI Dall-E models based on user inputs.
Create the .env file in the root folder and Generate your API KEY from OpenAI and add it to the .env
file.
Install the dependencies
npm install
Run server using Node
npm start
Run server using Nodemon
npm run dev
Visit http://localhost:8000
in your browser.