Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnymontana/fullstack-graphql-book
Code and exercise solutions from the book Full Stack GraphQL Applications, published by Manning
https://github.com/johnymontana/fullstack-graphql-book
Last synced: 7 days ago
JSON representation
Code and exercise solutions from the book Full Stack GraphQL Applications, published by Manning
- Host: GitHub
- URL: https://github.com/johnymontana/fullstack-graphql-book
- Owner: johnymontana
- Created: 2019-10-22T01:08:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T14:35:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T10:00:02.658Z (16 days ago)
- Language: JavaScript
- Homepage: https://grandstack.io/book
- Size: 618 KB
- Stars: 94
- Watchers: 13
- Forks: 44
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - johnymontana/fullstack-graphql-book - Code and exercise solutions from the book Full Stack GraphQL Applications, published by Manning (others)
README
# Full Stack GraphQL Applications
[![](meap.png)](https://www.manning.com/books/fullstack-graphql-applications)
This is the companion repository to the book [*Full Stack GraphQL Applications With React, Node.js, and Neo4j*](https://www.manning.com/books/fullstack-graphql-applications) written by [William Lyon](https://twitter.com/lyonwj) and published by Manning. Here you can find the [code](code/) to accompany each chapter as well as the [exercises and solutions](fullstack-graphql-book/tree/main/exercises) from each chapter. You can also find recordings of an [online book club series covering each chapter of the book on YouTube here](https://www.youtube.com/playlist?list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn).
## Table of Contents
* **1: What Is Full Stack GraphQL?** ([Exercises](exercises/chapter1), [Book Club Video](https://www.youtube.com/watch?v=P6hXgvcuspg&list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn&index=2))
* **2: Graph Thinking With GraphQL** ([Code](code/chapter2), [Exercises](exercises/chapter2), [Book Club Video](https://www.youtube.com/watch?v=8uXLEG3qOIs&list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn&index=2))
* **3: Graphs In The Database** ([Code](code/chapter3), [Exercises](exercises/chapter3), [Book Club Video](https://www.youtube.com/watch?v=yI3PYW-MVvQ&list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn&index=3))
* **4: The Neo4j GraphQL Library** ([Code](code/chapter4), [Exercises](exercises/chapter4), [Book Club Video](https://www.youtube.com/watch?v=jilGjRLuKYE&list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn&index=4))
* **5: Building User Interfaces With React** ([Code](code/chapter5), [Exercises](exercises/chapter5), [Book Club Video](https://www.youtube.com/watch?v=Wwm8KBkGCrc&list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn&index=5))
* **6: Client Side GraphQL With React & Apollo Client** ([Code](code/chapter6), [Exercises](exercises/chapter6), [Book Club Video](https://www.youtube.com/watch?v=uPYDtfNjzWA&list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn&index=6))
* **7: Adding Authorization & Authentication** ([Code](code/chapter7), [Exercises](exercises/chapter7), [Book Club Video](https://www.youtube.com/watch?v=WrWbGml-7x8&list=PL9Hl4pk2FsvVg3c74thYEWVsCPPVB1qqn&index=7))
* **8: Deploying Our Full Stack GraphQL Application** ([Code](code/chapter8), Exercises)
* **9: Advanced GraphQL Considerations** ([Code](code/chapter9), Exercises)