• Post category:StudyBullet-2
  • Reading time:6 mins read

Learn GraphQL API with Apollo Server in Node.js, Express, and MongoDB

What you will 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

Description

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.

English

Language

Content

Introduction to GraphQL

Introduction to GraphQL

Core Concept of GraphQL

Installation & Project Creation

Installation & Project Creation

First GraphQL Demo

Introduction to MongoDB

MongoDB Installation

MongoDB Compass Installation

MongoDB Compass Basic Queries


Get Instant Notification of New Courses on our Telegram channel.


MongoDB – FindSort

MongoDB – $Match

MongoDB – $Project

MongoDB – $addFields

MongoDB – Aggregation-Sorting

MongoDB – $group

MongoDB – $unwind

Introduction to Mongoose

Mongoose Model Creation

GraphQL: TypeDef

GraphQL: TypeDef

GraphQL: Resolvers

GraphQL: Resolvers

GraphQL: Server

Create GraphQL Server

GraphQL: Insert API

GraphQL: Update API

GraphQL: Delete API