REST & GraphQL API Design in Node.js, v2 (using Express & MongoDB)

REST & GraphQL API Design in Node.js, v2 (using Express & MongoDB)

6 hours, 36 minutes CC

This course has been updated! We now recommend you take the API Design in Node.js, v4 course.

Learn to build complete APIs from the ground up using Node.js Express and MongoDB. You’ll start by building a REST API and through the course will migrate it over to GraphQL, a new API standard that gives the client much more flexibility to request data. By coding along with Scott Moss in this course, you'll get up and running with node.js, Express routing and middleware, MongoDB, secure your app with JSON web tokens and use GraphQL's Resolvers, Mutations, Queries, and Schemas to build out a GraphQL API. Master building API’s in Node.js with this course!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: February 13, 2018
Get Unlimited Access Now
Table of Contents

REST APIs with Express

Routing & Middleware

MongoDB

Config & Tests

GraphQL

GraphQL Resolvers

GraphQL Mutations

Nested Resolvers

Final