Alen-QK / react-chatgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Chatroom of ChatGPT

A React single page application of OpenAI ChatGPT api.

Quick Start

  1. npm install

  2. Setting your custom server port in .env file. (port default running on 3001)

  3. npm run start

  4. If you need to init mongodb database of this project, please click link bottom of the login form. (Optional. When sign up, mongoose will create database automatically.)

Guide

  1. If you don't have account, click 'Sign Up' link then enter your username and password, application will inform you success.
  2. Then enter your username and password to log in chatroom.
  3. Now you can chat with ChatGPT.

About


Languages

Language:JavaScript 97.5%Language:HTML 2.4%Language:Shell 0.1%