This is a image generator built with Node.js and Express that uses OpenAI's Dall-E models to generate images.
To run this project -
Generate an API key at Open AI and add it to the .env file.
Install the dependencies
npm install
Run the server
npm start
Visit http://localhost:5000
in your browser.