Routes
A route is a code that represents an HTTP action, (GET, POST, PUT, DELETE). It has a URL endpoint, a function that is used to handle when that endpoint is accessed.
We use postman to test these endpoints. Accessing these endpoints before setting up t...
virajsblog.hashnode.dev2 min read