back to home

benawad / baklava

Trello clone GraphQL Node.js backend

11 stars
7 forks
0 issues
JavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing benawad/baklava in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/benawad/baklava)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

baklava

This is a GraphQL Node.js server for a Trello clone. The branches are sorted in the order they were coded.

This project is being live coded on https://www.twitch.tv/benawad every Sunday 7pm Central Time.

Recordings are up on YouTube

Architecture

Stack

Backend

  • PostgreSQL - database
  • Express (Node.js framework) - server
  • GraphQL - query language

Frontend

  • React