Comment on page
chatgpt-project
In this project, we are creating a project using ChatGPT API from a genezio backend with a frontend in React.
- npm installed
- node installed
- 1.Run
git clone https://github.com/Genez-io/genezio-examples
- 2.Navigate to the folder
cd ./genezio-examples/javascript/chatgpt-project
- 1.Run
git clone https://github.com/Genez-io/genezio-examples
- 2.Navigate to the folder
cd ./genezio-examples/javascript/chatgpt-project
A step-by-step series of examples that tell you how to get a development environment running:
- 1.Clone the repository
- 2.Install genezio using
npm install genezio -g
- 3.Run your local genezio project
cd ./server && npm install && genezio local
- 4.On another terminal run your React app
cd ./client && npm install && npm run
If you want to deploy your project to genezio infrastructure:
- 1.Login to genezio
genezio login
- 2.Deploy your project
cd ./server && genezio deploy
- ChatGPT
- Genezio
- React.js
Last modified 5mo ago