Routing, Serialisation & Deserialisation
Routing:
If HTTP methods tells the "What" to do with a request to the server, Routing helps tell there "Where".
As can be seen in the above image, the API request tells which method to perform (GET
backendtheory.hashnode.dev4 min read