configurartion (files to initialize everything)
controllers (files that handle app events)
errors (files that handle default error events)
helpers (third party files to use)
models (files that represent data and app logic)
orm (files that permit relational → object mapping)
views (files that show data to user)