An open API service indexing awesome lists of open source software.

https://github.com/benawad/baklava

Trello clone GraphQL Node.js backend
https://github.com/benawad/baklava

express graphql nodejs

Last synced: over 1 year ago
JSON representation

Trello clone GraphQL Node.js backend

Awesome Lists containing this project

README

          

# 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](https://www.twitch.tv/benawad) every Sunday 7pm Central Time.

[Recordings are up on YouTube](https://www.youtube.com/playlist?list=PLN3n1USn4xlkC8xrNQoB4juXlqhxsx4xU)

# Architecture

## Stack

### Backend
* PostgreSQL - database
* Express (Node.js framework) - server
* GraphQL - query language

### Frontend
* React