Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GraphQL Crash Course With Full Stack MERN Project
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - MasterSchool Sponsor
- 3 - GraphQL Crash Course Slides
- 4 - Create Express Server
- 5 - Start GraphQL
- 6 - Start Schema
- 7 - Client Type & Queries
- 8 - Making Queries With GraphiQL
- 9 - Project Type & Queries
- 10 - Project & Client Relationship
- 11 - Creating a MongoDB Database
- 12 - Database Connection
- 13 - Mongoose Models
- 14 - Fetch Data From MongoDB
- 15 - Client Mutations
- 16 - Project Mutations
- 17 - Start On The Client
- 18 - Setting Up Apollo
- 19 - Fetch & Display Clients
- 20 - Delete Client Mutation
- 21 - Apollo Cache
- 22 - Create Client Mutation
- 23 - Fetch & Display Projects
- 24 - React Router & Pages Setup
- 25 - Query Single Project
- 26 - Client Info Component
- 27 - Add Project Modal
- 28 - Get Clients For Select
- 29 - Add Project Mutation
- 30 - Delete Project
- 31 - Edit Project Form
- 32 - Update Project Mutation
- 33 - Cascade Project Delete
- 34 - Wrap Up