Skip to content

HarryLinux/chat-ai-ui

Repository files navigation

Chat AI UI

This is the frontend for the Chat AI application. It is a Vue.js 3 application written in TypeScript and built with Vite that uses a custom API to interact with Stream Chat, Neon PostgreSQL database and Open AI.

Screenshot1 Screenshot1

The backend for this application can be found here.

Installation

  1. Clone the repository
  2. Run npm install
  3. Create a .env file in the root directory and add the following environment variables:
VITE_API_URL=http://localhost:5000
  1. Run the server with npm run dev and open on http://localhost:3000.

About

Vue.js frontend for AI chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published