baklava

Trello clone GraphQL Node.js backend

Stars
11

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