Lessons 11-15 | Full-Stack Module
Create Your Own API
Build an Express.js server to receive and return data so the app can do more than display a static screen.
Lesson 1345 minModule Cfree lesson
Learning objective
Create simple endpoints with clear input and output behavior.
Lab outcome
Build an API route and call it from the frontend.
Module milestone
Build a small full-stack leaderboard with persistent data.
Phase 1 · Briefing
Lesson briefing
Prepare material is being organized
Review the module outline or continue with the review section.
Next lesson · 14
Databases: Store Data Permanently
Use SQLite to understand tables, records, and persistence without adding unnecessary infrastructure.