sequelize/express-example

Model names using Upper Camel Case should be more clear

arturojain opened this issue · 1 comments

In task.js and user.js it is not clear that the models should be created using Upper Camel Case, so following the sequelize.js docs that use lower camel case would not give the same result when trying to make a query or associate two tables.