Chat GPT clone built with NextJS and NestJS with the integration with OpenAI API.
- 🤖 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.
├───nestjs-openai
│ ├───src
│ │ └───openai
│ │ └───dto
│ └───test
└───nextjs-openai
├───public
└───src
└───appTo run this project locally, follow these steps:
- Clone the repository
git clone https://github.com/mabedd/Gpt-Bot.git
- Navigate to the project directory
cd Gpt-Bot
-
Navigate to the frontend directory
cd nextjs-openai -
Install Dependencies
npm install
-
Start the App
npm run dev
-
Navigate to the backend directory
cd nestjs-openai -
Install Dependencies
npm install
-
Start the App
npm run start:dev
Made with ❤️ by Mohammed
