Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mickey9315/next.js-chatgpt
https://github.com/mickey9315/next.js-chatgpt
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mickey9315/next.js-chatgpt
- Owner: Mickey9315
- Created: 2024-12-17T09:39:16.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T09:40:59.000Z (9 days ago)
- Last Synced: 2024-12-17T10:27:56.313Z (9 days ago)
- Language: TypeScript
- Homepage: https://next-js-chatgpt-omega.vercel.app/
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)