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.
- Clone the repository
- Run
npm install
- Create a
.env
file in the root directory and add the following environment variables:
VITE_API_URL=http://localhost:5000
- Run the server with
npm run dev
and open onhttp://localhost:3000