what is Controller in Nest js
A controller in NestJS is like a traffic director for your web application. It decides what should happen when a specific URL is requested.
Here's a simple analogy and explanation:
Analogy
Imagine a restaurant:
Customer: The person who makes a reque...
usamawaqastechblog.hashnode.dev2 min read