Completed
Running an Express GraphQL Server
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build and Deploy a GraphQL API Using NodeJS - Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is GraphQL and what are the benefits of it?
- 3 Project Setup
- 4 Running an Express GraphQL Server
- 5 Installing a visual interface for running queries
- 6 Basic Types
- 7 Defining and Passing Arguments
- 8 Object Types
- 9 Setting up the basic Graphql-yoga server
- 10 Setting up the project file strucutre
- 11 Mutations in GraphQL
- 12 Database Integration
- 13 Creating a new MongoDB Database using Atlas
- 14 Connecting from NodeJS to MongoDB
- 15 Provide the database to the resolvers
- 16 Users CRUD Operations in the database
- 17 Create relationships between different data
- 18 Outro