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
- Host: GitHub
- URL: https://github.com/benawad/baklava
- Owner: benawad
- Created: 2017-07-16T23:20:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T22:10:39.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T15:17:40.136Z (over 1 year ago)
- Topics: express, graphql, nodejs
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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