Jose Henrique 1437092a42
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 4m0s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 12s
adding movies & web search tool
2026-03-26 20:35:22 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 19:46:14 -03:00
2026-03-26 20:35:22 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 18:07:36 -03:00
2026-03-26 20:35:22 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00

Recommender

A pure TypeScript monolith AI agent application that will recommend TV shows based on a very customized user profile and input.

Project Structure

  • packages/frontend: Preact application powered by Vite and TypeScript.
  • packages/backend: Fastify server utilizing Drizzle ORM and the official OpenAI SDK.

Getting Started

  1. Install dependencies:

    npm install
    
  2. Configure Environment: Ensure packages/backend/.env exists with your database and AI settings.

  3. Run the application:

    npm run dev
    

    This will concurrently start the frontend development server and the backend API.

Description
TV show recommender
Readme 2.3 MiB
Languages
TypeScript 75.6%
CSS 21.3%
Dockerfile 2.3%
HTML 0.5%
Shell 0.3%