models
models -> use the orm and communicate to the database
cats table -> cat.js model file that uses the orm
if you use the cat.js model, you're probably using it in the catsController.js file to select, insert, update, delete from the database
views -> html, handlebars
controllers -> take the routes and put them in files (organize them)