Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
backend/src/seed/index.ts imports backend/src/seed/data/users.ts and backend/src/seed/data/remittance.ts to build demo data, but package.json has no seed script, so new contributors have no documented way to populate a local database for manual testing.
Acceptance criteria
Files to touch
- backend/package.json
- backend/src/seed/index.ts
- backend/README.md
Out of scope
Changing the shape of the seed data itself.
Why this matters
backend/src/seed/index.ts imports backend/src/seed/data/users.ts and backend/src/seed/data/remittance.ts to build demo data, but package.json has no seed script, so new contributors have no documented way to populate a local database for manual testing.
Acceptance criteria
Files to touch
Out of scope
Changing the shape of the seed data itself.