API Design in Node.js, v3

API Design in Node.js, v3

3 hours, 34 minutes CC

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

Design and build APIs in Node.js from the ground up! You'll plan your routes and model data for real-world applications. Then create, read, update and delete resources from a MongoDB database with REST verb methods using Express framework routers and controllers. Finally, you'll add authentication middleware with JWTs and learn to test your APIs with Jest!

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

Published: January 18, 2019
Get Unlimited Access Now
Table of Contents

Introduction

Express

Data Modeling

Controllers & Models

Auth

Wrap Up