API Routes

Next.js has support for API Routes, which lets you easily create an API endpoint as a Node.js function. Although it’s not necessary for our blog app, we’ll briefly talk about how to use it in this lesson.

What You’ll Learn in This Lesson

In this lesson, you’ll learn:

  • How to create an API Route.
  • Some useful information on API Routes.