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.
Repository Summary (README)
Previewbaklava
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.
Architecture
Stack
Backend
- PostgreSQL - database
- Express (Node.js framework) - server
- GraphQL - query language
Frontend
- React