GraphQL: Learn Basic GraphQL with Node JS and MongoDB
Offered By: Udemy
Course Description
Overview
What you'll learn:
- This course for beginners who wants to learn GraphQL with the help of NodeJS and MongoDB
- JavaScript developers looking to learn GraphQL
- Developers looking to learn and master GraphQL and build GraphQL API in Nodejs with MongoDB
- Will learn MongoDB in detail
- Learn mongodb in detail with GraphQL
You will learn the following things in the course:
Learn GraphQL API with Apollo Server in Node.js, Express, and MongoDB.
More and more teams are choosing GraphQL instead of (or along with) REST for their web APIs. GraphQL queries give clients great flexibility in the way they request data from the server, preventing issues such as fetching or under fetching of data, and allowing multiple resources to be retrieved in a single request.
In this course, you'll learn how to use GraphQL both on the server-side and in client applications through practical examples in the form of full-stack JavaScript applications. You will be introduced to all the main GraphQL concepts like schema definition, Queries, Mutations, and Subscriptions, as well as to solutions to common requirements such as handling authentication/authorization and client-side caching.
The examples use Apollo Server with Node.js and Express on the backend and Apollo Client with React on the frontend. The aim however is not just to cover specific GraphQL libraries, but to give you a more general understanding of the underlying concepts. For instance, Apollo Client is only introduced after learning how to write a simple client "by hand" to make sure you understand GraphQL over HTTP format.
Introduction to GraphQL
Core Concept of GraphQL
Project Creation
First GraphQL Demo
MongoDB complete course
Mongoose Model
TypeDef
Resolvers
GraphQL Server
GraphQL Insert
GraphQL Update
GraphQL Delete
This course assumes a good knowledge of modern JavaScript, and ideally some familiarity with Node.js/Express and React.
Taught by
Chandan Kumar
Related Courses
Learning GraphQLLinkedIn Learning Apollo: Performance Management Playbook
Pluralsight Building a GraphQL API with Apollo Server
Pluralsight [NEW] GraphQL in React.js and Node.js
Udemy GraphQL by Example
Udemy