Comment on page
chat-with-yoda-chatgpt
Welcome to our demo chat app integrated with Chat GPT, written in Flutter (frontend), Dart(backend), MongoDB as a database, and deployed genezio.
This app allows users to engage in conversations with a chatbot powered by Chat GPT. This app is meant to be a demo for a technical talk on the topic of building full-stack apps with Dart and genezio.
- 1.Run
git clone https://github.com/Genez-io/genezio-examples
- 2.Navigate to the folder
cd ./genezio-examples/dart/chat-with-yoda-chatgpt
Prerequisites:
- 1.Get an OpenAI secret key. Create an account on the OpenAI platform and head to this link to add a secret key.
- 2.
If you want to deploy this demo and play around with it, follow these steps:
- 1.Install genezio with
npm install -g genezio
- 2.Login on the genezio platform:
genezio login
- 3.Clone this repo:
git clone https://github.com/andreia-oca/dart_fullstack_chat_with_chatgpt
- 4.Head to the server directory and test it locally with:
genezio local
- 5.When you are happy with the local version, deploy it on our infrastructure with:
genezio deploy
- 6.Brag about it to your friends! You can share the frontend link to your friends and colleagues and let them play around with your new features.
For more details on how to use genezio, check the links below:
If you get stuck while testing or developing new features for this demo, feel free to add a new GitHub issue. I will try to respond as soon as possible.
There are a lot of fun features that can be added to the app to test the capabilities of the system. Feel free to play around with the code and if you add a nice feature, don't hesitate and create a pull request.
Most of the features used in this demo are not yet released in the latest stable version of genezio. If you want to get exclusive access to the exciting updates about genezio, give us an email at [email protected] to enroll you on our beta testers list.
Last modified 5mo ago