Skip to content

leotj/brainstorming-AI

Repository files navigation

README

How To Run

  1. Set up environment variables
    # Copy the example environment file
    cp .env.example .env
    
    # Edit .env with your configuration values
  2. Start the application
    docker-compose up -d
  3. First-time setup

    Note: Only required for initial setup If this is your first time running the application, import the database schema:

    ./import-surrealdb-schema.sh

Software Development Requirements

  1. Docker & Docker Compose
  2. SurrealDB
  3. NodeJs v23.7.0
  4. Pnpm 10.2.1

Architecture Diagram

C4 Diagram - Context

C4 Diagram - Context

C4 Diagram - Containers

C4 Diagram - Containers

Graph Database

Design

Graph Database Design

View

Graph Database View

Screenshots

Apps UI - Procesing Prompt

Apps UI - Procesing Prompt

Cache - Conversation History as Single Context

Cache - Conversation History as Single Context

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published