Skip to content

OliverZhu-2021/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 that uses a custom API to interact with Stream Chat, your own Neon PostgreSQL database and Open AI.

The Express backend API 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 Chat AI chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 60.8%
  • TypeScript 34.6%
  • HTML 4.4%
  • CSS 0.2%