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

Server Routes

After the exercise I assigned at the end of the previous lesson, the app should now have three more API routes.

For the Home Page:

📁 /server/api/index.ts

import type { Post } from '@/data/posts'