Skip to content

fatihdelice/react-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

React ChatGPT

How to Start?

  • Clone this repository: git clone https://github.com/fatihdelice/react-chatgpt.git
  • cd backend
  • npm install
  • change the apiKey in app.js file
  • node app.js
  • open another terminal
  • cd client
  • npm install
  • npm start