REST API Design Made Simple with Express.js
What REST API Means
REST stands for Representational State Transfer.
A REST API is a way for a client and a server to talk to each other using standard HTTP methods. The server exposes resources. The
rest-api-design-made.hashnode.dev6 min read