TylerRosen
3/3/2017 - 2:03 AM

Sequelize Files

Connection Folder:

Connection.js is connecting to database

ORM.js is creating functions that call the database


Models:

Models.js grabs info from controller and puts into function 


Controllers:

Requires model and connections, grabs data from webpage and push it into function of models, deals with security, can be used multiple times without making it over again