Skip to content

Need Node.js files for handling insert, retrieve, and delete queries to the database  #4

@jessehanson

Description

@jessehanson

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

  • Insert recipe
  • Retrieve recipe(s)
  • Delete recipe

User Collection

  • Insert user
  • Retrieve user(s)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions