- Clone the repo
- cd into the repo
cd chatgptdemo
- You will see 2 folder
-
chat-gpt-backend
cd chat-gpt-backend
- In Chat GPT backend folder create a file called .env
- Add those variables which are in .env.example file
- You will need to get the API key from OpenAI
npm install
npm start
-
chat-gpt-frontend
cd into chat-gpt-frontend
npm install
npm start
-