Loading

Quipoin Menu

Learn • Practice • Grow

node-js / Building REST API with Pure Node.js
exercise
1/5
Exercise 1Node-js
Question

Build a simple REST API with pure Node.js (no Express) for a resource 'items'. Implement GET /items to return a list of items (in-memory array).