Browse through a collection of imaginative and visually stunning images generated DALL-E AI
- DALL-E AI
- Claudinary
- Firebase auth
- Mongo DB
- Express
- React js
- Ant design
- Tailwind css
Create a .env file in then root and add the following
PORT = 4000
OPENAI_API_KEY = Your open AI API KEY
MONGODB_URL = your mongo DB URL
CLAUDINARY_CLAUD_NAME = your claudinary name
CLAUDINARY_API_KEY = your claudinary api key
CLAUDINARY_API_SECRET = your claudinary api secret
replace firebase.config with your own config
install client and server => npm run build in root project
or you can install individually:
cd server => npm install
cd client => npm install
# Run client & server
npm run dev
# Run server only
npm run server
# Run client only
npm run client
# Create frontend prod build
cd frontend
npm run build