Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 589 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 589 Bytes

Sequelize examples with Express

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!

License

MIT