REST API Design Made Simple with Express.js
What is REST API?
REST stands for:
Representational State Transfer
It is an architectural style used to design web services that communicate over HTTP.
A REST API allows clients (frontend/mobile app
skullcoder.hashnode.dev4 min read