Controllers Controllers - business logic functions, end of the API route Purpose This folder contains business logic functions that handle incoming requests and send responses to the client. Structure Each controller file corresponds to a specific API endpoint or resource, containing the necessary logic to fulfill the request.