Erfuric / reimagined-octo-carnival

MIT License
2 stars 0 forks source link

seeds #14

Open alyshiak opened 1 year ago

NealeAust commented 1 year ago

User Story

As a developer I want to create a directory named ‘seeds’ and add files with each containing an object array consisting of the relevant property fields. These files to link to other seed files through primary and secondary keys. To import the models file and be able to export the bulk data.

I then want to populate each file/object/field with an initial set of data. This is referred to as test or dummy data,

Next, I want to create a seed.js file that contains the commands to synchronize with Sequelize to connect and populate the database with the data.

User Acceptance