Commit
Add database seeding functionality and update Makefile
Commit details
Commit notes
- Introduced a new `seed` command in the Makefile to facilitate database seeding with development data. - Created a new Go file for the seeding logic, which includes user, sample pack, sample, pattern, purchase, and analytics event creation. - Updated `.gitignore` to include the new `backend/seed` directory for better project organization.
- Files changed
- 3
- Lines added
- +314
- Lines removed
- −1