How can I get an array in MongoDB returned on Postman?
I included the database schema and I'm trying to fetch the products in the *products * array using Postman. Here is the base URL: http://localhost:5002/api/v1/store Also, the backend is fine and connected so http://localhost:5002/api/v1/store?name=Apple would return the first document. Thanks…