Build AI Image Generation App & DALL-E Clone using react native expo
- Long Press on the image to download it or to show the prompt and username
you will need to install the packages for expo
cd client
npm install
npm start # to run expo app
and for Node.js
cd server
npm install
npm start # to run nodeJs
To run this project, you will need to add the following environment variables to your .env file in server directory
OPENAI_API_KEY
MONGODB_URL
CLOUDINARY_CLOUD_NAME
CLOUDINARY_CLOUD_API_KEY
CLOUDINARY_CLOUD_API_SECRET
But first sign in with cloudinary to get your key api , cloud name and api secret and also to openai