๐๐ฎ๐ ๐ฒ๐ด - ๐๐ผ๐ป๐๐ฟ๐ผ๐น๐น๐ฒ๐ฟ๐ ๐๐ผ๐น๐ฑ๐ฒ๐ฟ 
The Controller handles requests and responses between the client and the model. It processes the incoming API requests (usually JSON), interacts with the model, in order to fetch or update data, and sends the appropriate response. The Controller is where all the business logic is held.

