Lesson 1 of 7

Servers, routes & APIs

Servers, routes & APIs

The backend runs on a server and answers requests at routes (URLs). A REST API exposes data and actions: GET /courses, POST /orders.

It's the trusted half of your app — it talks to the database, enforces rules, and keeps secrets the browser shouldn't see.

Q&A · 0

Enrol to ask questions and join the discussion.

No questions yet — be the first to ask.