express-example icon indicating copy to clipboard operation
express-example copied to clipboard

Should the directory structure be updated to adapt to the directory structure of Sequelize CLI?

Open howiezhao opened this issue 5 years ago • 0 comments

When using sequelize-cli init, it will generate a directory structure similar to the following:

  • config/
  • models/
  • migrations/
  • seeders/

Optionally, when express-generator is used, it generates a directory structure similar to the following:

  • bin/
  • public/
  • view/
  • routes/

Should the directory structure be updated to adapt to the directory structure of Sequelize CLI?

If should, I can help.

howiezhao avatar Sep 28 '20 09:09 howiezhao