Closed mayura-andrew closed 3 months ago
Description: We need to update the current README file to include instructions for the following database migration and seeding commands:
"migration:generate": "npm run typeorm:db -- migration:generate"
"migration:run": "npm run typeorm:db -- migration:run"
"sync:db": "npm run typeorm:db schema:sync"
"seed": "npm run build && node dist/src/scripts/seed-db.js"
This update is necessary to guide new contributors on how to configure the database correctly and understand the migration process.
Tasks:
migration:generate
migration:run
sync:db
seed
Acceptance Criteria:
Additional Information:
Related Dependencies or References:
hey @mayura-andrew i would like to work on this issue.
@ItsLasa Nice go ahead 🚀
Description: We need to update the current README file to include instructions for the following database migration and seeding commands:
"migration:generate": "npm run typeorm:db -- migration:generate"
"migration:run": "npm run typeorm:db -- migration:run"
"sync:db": "npm run typeorm:db schema:sync"
"seed": "npm run build && node dist/src/scripts/seed-db.js"
This update is necessary to guide new contributors on how to configure the database correctly and understand the migration process.
Tasks:
migration:generate
,migration:run
,sync:db
,seed
).Acceptance Criteria:
Additional Information:
Related Dependencies or References: