MVC = Models Views Controller
models talk to database: insert, select, update, delete
controllers are basically routes organized in different files
talks to models and then communicates that to views
views what you see handlebar files, html files