Skip to content

mabedd/Gpt-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat GPT Clone

About the Project

Chat GPT clone built with NextJS and NestJS with the integration with OpenAI API.

Features

  • 🤖 ChatGPT Clone: Interactive and responsive chat interface powered by OpenAI.
  • 🎨 Full Stack Application: Built with Next.js for the frontend and NestJS for the backend.
  • 🧩 OpenAI Integration: Seamless integration with OpenAI's powerful language models.
  • 🚀 Vercel Deployment: Fast, secure, and reliable hosting with continuous deployment.

Tech Stack

Next.js TailwindCSS ChatGPT OpenAI OpenAI

Project Structure

├───nestjs-openai
│   ├───src
│   │   └───openai
│   │       └───dto
│   └───test
└───nextjs-openai
    ├───public
    └───src
        └───app

Installation

To run this project locally, follow these steps:

  1. Clone the repository
    git clone https://github.com/mabedd/Gpt-Bot.git
    
  2. Navigate to the project directory
    cd Gpt-Bot
    

Frontend (Next.js)

  1. Navigate to the frontend directory

    cd nextjs-openai
  2. Install Dependencies

    npm install
  3. Start the App

    npm run dev

Backend (Nest.js)

  1. Navigate to the backend directory

     cd nestjs-openai
  2. Install Dependencies

    npm install
  3. Start the App

    npm run start:dev

Made with ❤️ by Mohammed

About

Custom app with Next and Nest built on top of Chat Gpt

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published