REST API Design Made Simple with Express.js
An API is a contract. Your server promises: send me this request, and I'll send back that response. REST is a set of conventions that makes that contract consistent and predictable.
That's it. No magi
kushagrablogs.hashnode.dev4 min read