oguzhanural / secondChance-backend

The SecondChance application connects users who wish to give away household item they no longer need.
Apache License 2.0
0 stars 0 forks source link

Initialize and populate MongoDB #2

Closed oguzhanural closed 3 months ago

oguzhanural commented 4 months ago

As a database manager I need to initialize and populate MongoDB So that the application can store and retrieve necessary data for its operations

Details and Assumptions

* MongoDB instance should be initialized.
* Initial data required for the application should be populated in the database.
* Database schema should be defined and documented.
* Ensure that the database is accessible by the application backend.

Acceptance Criteria

Given MongoDB is installed and running
When I initialize the database instance
And populate with initial data
Then the database should contain the necessary collections and documents 
And the application should be able to connect to database and perform CRUD operations
oguzhanural commented 3 months ago

Done.