gardogit / fullstack-capstone-project

Apache License 2.0
0 stars 0 forks source link

Initialize and Populate MongoDB #2

Closed gardogit closed 2 weeks ago

gardogit commented 2 weeks ago

As a backend developer I need to set up and populate the MongoDB database So that the application has a functional data layer to store and retrieve information

Details and Assumptions

Acceptance Criteria

Given the MongoDB installation
When I run the database initialization script
Then the database should be created with the correct schema
And sample data should be populated for testing purposes
gardogit commented 2 weeks ago

Image Image Image Image

gardogit commented 2 weeks ago

Image Image