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.
The backend for this application can be found here.
- Clone the repository
- Run
npm install - Create a
.envfile in the root directory and add the following environment variables:
VITE_API_URL=http://localhost:5000
- Run the server with
npm run devand open onhttp://localhost:3000.

