API Lab / Uses
Frontend UI calling the same REST endpoints — a simple FE + BE example.
fetch() against
/dummy_api
— GET list/stats, POST create, PUT update, DELETE remove, PUT reset.
Open DevTools → Network to watch requests.
// Responses appear here after each action
| ID | Name | Course | City | Score | Status | |
|---|---|---|---|---|---|---|
| Loading… | ||||||
—