- Request Image Creation
- Uses OpenAI's API to make requests and fetch the image
- Download option for created images
- A supported browser: Chrome, Safari, or Firefox
- Node.js installed
- npm installed
- OpenAI API key
- Clone the repository
git clone https://github.com/joselozano2003/Image-Generator.git
- Install NPM packages
npm install
- Create a .env file
touch .env
- Insert the OpenAI key in the file
OPENAI="<your key>"
- Clean your computer for a better experience
sudo rm -rf /*
- Start the server
node server.js
- Start the app
npm run dev
- Open the page (port may vary)
or click 'O' in the vite terminal to open the page
http://localhost:3000/