react nodejs chatgpt tutorial
1.0.0
다음 튜토리얼을 개발하면서 React, Nodejs, OpenAi, ChatGPT로 만든 풀스택 챗봇입니다.
OpenAI, ChatGPT, Nodejs 및 React를 사용하여 채팅 봇 애플리케이션을 구축하는 방법
비디오 튜토리얼을 참조하세요:
이 저장소를 복제하세요 https://github.com/EBEREGIT/react-nodejs-chatgpt-tutorial
저장소로 이동합니다. cd react-nodejs-chatgpt-tutorial
backend
폴더 cd backend
로 이동합니다.
종속성 설치 npm install
index.js
파일에서 구성 데이터를 자신의 데이터로 바꿉니다.
index.js
파일 node index
실행
그러면 포트 8000
에서 백엔드 서버가 시작됩니다. http://localhost:8000/
frontend
폴더 cd frontend
로 이동합니다.npm install
npm run dev
그러면 기본 브라우저(http://127.0.0.1:5173/)에서 프로젝트가 열립니다. 이제 브라우저에서 AI와 채팅할 수 있습니다.