Get started with backend development in Remix! You'll create your first API endpoints, handle web requests, serve JSON data, and read query parameters—testing everything right from the browser or curl.
Overview
Syllabus
- Unit 1: Creating Your First API Endpoint
- Explore a Basic Remix API Endpoint
- Complete Remix Hello API Endpoint
- Correct API Response Method Property
- Complete Remix API Loader for /api/hello Endpoint
- Unit 2: Personalizing API Responses
- Exploring Query Parameters for Personalized API Greetings
- Implement Dynamic Greeting Endpoint in Remix
- Extend /api/hello Endpoint with Mood Query Parameter
- Implement Complete /api/hello Endpoint with Query Parameters and Multilingual Greeting
- Unit 3: Serving Data with Remix
- Explore the /api/users Endpoint and Filtering
- Fix /api/users Active Filter Bug
- Complete Users API Route with Role and Active Filters
- Complete the Users API Loader Function