Skip to content

A node backend that calls the chatGPTApi and send the request to the react client

Notifications You must be signed in to change notification settings

OrjanSkarnes/chatgpt-node-server

Repository files navigation

ChatGPT React App

Welcome to the ChatGPT React App! This app allows you to easily generate responses from ChatGPT using prompts from the awesome-chatgpt-prompts repository.

Installation

To get started, you'll need to install the dependencies for both the node server and the client. First, navigate to the root directory of the project and run the following command to install the server dependencies:

yarn install

Then, start the server by running:

yarn start

Next, navigate to the client directory and install the client dependencies:

cd .\client

yarn install

Finally, start the client by running:

yarn dev

Credits

This app is powered by the Node.js ChatGPT API. Thank you to the developers of both the ChatGPT API and the awesome-chatgpt-prompts repository for making this app possible.

About

A node backend that calls the chatGPTApi and send the request to the react client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published