API Design in Node.js, v4

API Design in Node.js, v4

7 hours, 4 minutes CC

Design and build APIs from the ground up in Node.js! Use Express to handle routes and create your REST API. You'll read and update from a Postgres database using Prisma and TypeScript. Then add authentication to lock down your API with JWTs. Finally, learn how to deploy your API for the world to see!

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

Published: November 3, 2022
Get Unlimited Access Now
Table of Contents

Introduction

API Basics in Node.js

Prisma

Routes & Middleware

Authentication

Route & Error Handlers

Config, Performance, & Testing

Deployment

Wrapping Up