Skip to content

Seed database#11

Open
talktonok wants to merge 8 commits intodevelopmentfrom
seed-database
Open

Seed database#11
talktonok wants to merge 8 commits intodevelopmentfrom
seed-database

Conversation

@talktonok
Copy link
Contributor

@talktonok talktonok commented Dec 1, 2022

add seeders to seed all the databae tables

🚀

  • run npm run migrate:undo to undo migration if you all ready run migrations before now, else.
  • run npm run migrate to migrate to the database.
  • run npm run seed to seed the database.
  • run npm start to start the project.

to run the seeders
make sure you run the migrations: sequelize db:migrate
then run the seeders: sequelize db:seed
feat(seed):seed database tables

create seeders to populate all database tables

-to run the seeders 'run npm migrate' to populate all the tables
@talktonok talktonok self-assigned this Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant