Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 529 Bytes

File metadata and controls

33 lines (22 loc) · 529 Bytes

Chatbot Application

A conversational AI chatbot powered by OpenAI.

Setup

  1. Install dependencies:
bun install
  1. Configure environment variables:
cd packages/server
cp .env.example .env
# Add your OPENAI_API_KEY to .env
  1. Run the application:
bun run dev

The client will run on http://localhost:5173 and the server on http://localhost:3000.

Tech Stack

  • Frontend: React, TypeScript, Vite, TailwindCSS
  • Backend: Bun, Express, OpenAI API
  • Build Tool: Bun, Vite