you can checkout the app here
a demo of the App
Give it a ⭐ if you liked it 😜
cd client && npm i
cd server && npm i
- obtain your openai api key from here
cd server
- copy
.env.example
to.env
- add your openai api key inside
.env
- make sure you have added
.env
to your.gitignore
file
cd client
- copy
.env.example
to.env
- add your fiirebase config and server url
- make sure you have added
.env
to your.gitignore
file
cd client
npm run dev
cd client
npm start
cd server
npm start
To setup locally with no firebase and redis change branch to local_setup
git checkout local_setup
Tech used
- openai API
- react
- tailwindcss
- react-icons
- react-markdown
- redis
- express
📝 License © Eyuel
This project is released under the Apache License 2.0 license. See LICENSE for details.