Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mickey9315/next.js-chatgpt


https://github.com/mickey9315/next.js-chatgpt

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# ChatGPT ChatBOT with Github Login

ChatGPT 4.0 Chatbot

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

```
NEXTAUTH_URL=
NEXTAUTH_SECRET=

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

OPENAI_API_KEY=
```

## Run Locally

Clone the project

```bash
git clone https://github.com/gungho0619/next.js-chatgpt.git
```

Go to the project directory

```bash
cd next.js-chatgpt
```

Install dependencies

```bash
npm install
# or
yarn
```

Start the server

```bash
npm run dev
# or
yarn dev
```

## Tech Stack

React, Next.js, Next Auth, Radix-UI, OpenAI, Tailwind CSS, zustand

## Badges

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) [![GPLv3 License](https://img.shields.io/badge/License-Flamingo-red.svg)](https://opensource.org/licenses/)

## Authors

- [Flamingo](https://www.github.com/gungho0619)

## Feedback

If you have any feedback, please reach out to me via [mail]([email protected]) or [telegram](https://t.me/gungho0619)