IgenRahul / backend-nodejs-capstone

Apache License 2.0
0 stars 0 forks source link

Initialize and populate MongoDB #2

Closed IgenRahul closed 1 month ago

IgenRahul commented 1 month ago

As a developer I need to initialize and populate MongoDB with initial data So that the database is ready for testing and development purposes

Details and Assumptions

* MongoDB instance is set up and accessible.
* Sample data schema and data points are defined.

Acceptance Criteria

gherkin
Given MongoDB is set up,
When the initialization script runs,
Then MongoDB should be populated with the initial data.
IgenRahul commented 1 month ago

Done the db is populated