As a developer
I need to initialize a MongoDB instance and populate it with sample data
So that the backend can be tested with real data
Details and Assumptions
- MongoDB must connect successfully to the Express app.
- Data should include users, gifts, and comments.
Acceptance Criteria
Given the database is running,
When I run the app,
Then sample data is available in MongoDB.
As a developer
I need to initialize a MongoDB instance and populate it with sample data
So that the backend can be tested with real data
Details and Assumptions
Acceptance Criteria
Given the database is running,
When I run the app,
Then sample data is available in MongoDB.