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.

Prerequisites

  • npm installed
  • node installed

Clone the example

  1. 1.
    Run git clone https://github.com/Genez-io/genezio-examples
  2. 2.
    Navigate to the folder cd ./genezio-examples/javascript/chatgpt-project

Clone the example

  1. 1.
    Run git clone https://github.com/Genez-io/genezio-examples
  2. 2.
    Navigate to the folder cd ./genezio-examples/javascript/chatgpt-project

Getting Started local

A step-by-step series of examples that tell you how to get a development environment running:
  1. 1.
    Clone the repository
  2. 2.
    Install genezio using npm install genezio -g
  3. 3.
    Run your local genezio project cd ./server && npm install && genezio local
  4. 4.
    On another terminal run your React app cd ./client && npm install && npm run

Deploy your genezio project

If you want to deploy your project to genezio infrastructure:
  1. 1.
    Login to genezio genezio login
  2. 2.
    Deploy your project cd ./server && genezio deploy

Built With

  • ChatGPT
  • Genezio
  • React.js
Github files are available here.