ChatGPT clone with DALL.E image generation model
you can checkout the app here
a demo of the App
Give it a
If you find this project helpful, you can buy me a coffee here
install
client
cd client && npm iserver
cd server && npm iConfiguration
Server
- obtain your openai api key from here
cd server- copy
.env.exampleto.env - add your openai api key inside
.env - make sure you have added
.envto your.gitignorefile
Client
cd client- copy
.env.exampleto.env - add your fiirebase config and server url
- make sure you have added
.envto your.gitignorefile
run
to run client and server concurrently
cd client
npm run devto run client only
cd client
npm startto run server only
cd server
npm startTo setup locally with no firebase and redis change branch to local_setup
git checkout local_setupTech used
- openai API
- react
- tailwindcss
- react-icons
- react-markdown
- redis
- express
credits
π License Β© Eyuel
This project is released under the Apache License 2.0 license. See LICENSE for details.

