Nuxt API Routes

Lessons

1. Introduction

3:39

2. API Routes

4:54

3. Server Routes

4:45

4. RESTful Routes

5:05

5. Mutation Flow

9:04

RESTful Routes

In this lesson and the next one, we’ll implement a comment section for the Post Details page. It will display a list of comments and allow the user to submit new comments.

In this lesson, we’ll take care of im