aElHo / ChatGTP-clone

Home Page:chat-gtp-clone.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHATGPT CLONE

A chatGPT clone made with Typescript

Live Demo here Chat Bot Demo

Installation

  • Install node in you system, You can check if you have node installed by running this code in your terminal

    node -v
      # OUTPUT: v16.15.0 (It mustn't be same version as mine)

    if it's not there, you can install from this site Node JS

  • Clone the repo

    git clone https://github.com/Jace-Tech/ChatGTP-clone.git
  • Navigate to the backend/ folder

    cd ChatGTP-clone/backend

    Then install all the dependencies

    npm i

    Then start the server

    npm run dev
    # Output:
    Server running...
  • Navigate to the frontend/ folder

    cd ../frontend

    Then install all the dependencies

    npm i

    Then start the server

    npm run dev
    #Output:
    
    VITE v4.0.3  ready in 375 ms
    
    ➜  Local:   http://localhost:5173/
    ➜  Network: use --host to expose
    ➜  press h to show help

Tools

  • Vite
  • Typescript
  • Open AI GPT-3 [text-davinci-003]
  • Node JS
  • Express

About

chat-gtp-clone.vercel.app


Languages

Language:TypeScript 61.2%Language:HTML 24.0%Language:CSS 9.7%Language:JavaScript 5.1%