We need Node.js files for handling the following types of queries to the database. In each case, the query will be provided by the user. Note: Refer to database schema documentation if necessary.
Recipes Collection
User Collection
Note: The retrieval files should use db.collection.find() and will therefore be able to be used for retrieving a single recipe/user when viewing a recipe/user page, as well as for retrieving multiple recipes/users when searching.