As a backend developer
I need to set up MongoDB and seed it with initial test data
So that the application has a working database for development and testing
Details and Assumptions
Use MongoDB Atlas or local instance
Populate collections like users, gifts, comments
Acceptance Criteria
Given a running MongoDB instance
When I connect from the backend
Then I can insert and retrieve initial data successfully
As a backend developer
I need to set up MongoDB and seed it with initial test data
So that the application has a working database for development and testing
Details and Assumptions
Use MongoDB Atlas or local instance
Populate collections like users, gifts, comments
Acceptance Criteria