This repository presents two examples of using Sequelize in projects with Express.
-
Blog: This project follows an MVC folder structure. It does not use
sync
and uses migrations and has no seeds. -
Orchestra: This project follows a modular folder structure. It uses
sync
as well as seeds. -
Submit a PR with more examples!
MIT