kriasoft / react-starter-kit

The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
https://reactstarter.com
MIT License
22.71k stars 4.16k forks source link

Missing migrations #1663

Closed villesau closed 5 years ago

villesau commented 6 years ago

Hi,

Looks like there's only data models but I couldn't find Sequelize migrations from the repo. How should they be run with react-starter-kit? The folder structure seems to vary from what Sequelize suggests, and sequelize-cli init produces different result. Is that intentional or should it be changed?

Ref: http://docs.sequelizejs.com/manual/tutorial/migrations.html

rmoura-92 commented 6 years ago

this repo is intended to work with another external api like(https://github.com/kriasoft/nodejs-api-starter) but you can check this out: https://github.com/kriasoft/react-starter-kit/issues/1568

piglovesyou commented 5 years ago

Duplicated to #1568 where we can keep discussing.