ngviethoang / nextjs-chatbot

A simple chatbot created by NextJS

Home Page:https://nextjs-chatbot-sample.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS Chatbot Template

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Set up database

PostgreSQL

Register Vercel Postgres

Create table

CREATE TABLE users (
  id BIGINT,
  userData JSONB,
  data JSONB
);

Authentication

If you want to enable password to use the bot, insert BOT_PASSWORD to .env file

About

A simple chatbot created by NextJS

https://nextjs-chatbot-sample.vercel.app


Languages

Language:TypeScript 95.5%Language:CSS 3.4%Language:JavaScript 1.1%