Controllers - Where code that defines routes, requests, and responses logic goes.
Views - Where code goes that users see and interact with (HTML).
Model - Where code goes that interfaces with a database.
maybe:
Controllers - Define routes, requests, and responses logic.
Views - Define what a user sees and interact with (HTML).
Model - Defines code that interfaces with a database.