Get started with backend development in Next.js! You'll learn to create your first API endpoints, handle web requests, and serve JSON data, testing your work with the powerful curl command-line tool.
Overview
Syllabus
- Unit 1: Your First API Endpoint
- Explore the API Route in Action
- Your First API Endpoint Example
- Fix the Incorrect Method in the Response
- Build the API Response from Scratch
- Unit 2: Reading Request Data
- Explore Query Parameters in the API
- Reading and Personalizing API Request Data in Next.js
- Add a Mood Parameter to Your API and UI
- Build a Fully Dynamic API Route from Scratch
- Unit 3: Serving User Data
- Explore the Users API and Filter Behavior
- Fix the Filter Bug
- Fill In the Filtered Users API Handler
- Build the Users API Route from Scratch