thoroughly review all of the provided documentation and resources before beginning this task download the couch db installer application and install the software explore the fauxton application to become familiar with its functionality import the sample r

Meadow has contacted you with a concern she has been having. She believes there is an issue that may arise if the website becomes as popular as the projections have indicated during initial testing. She asks you to explore the possibility of using a NoSQL database for storing the recipes for the application and wants you to build a NoSQL test database using CouchDB. She believes that in the long run it may be better due to high traffic demand that may be encountered and that it may be easier to manage the database and add and edit recipes. After her initial research she thinks that managing the data in a JSON format may also be beneficial for the web developers.

  • Thoroughly review ALL of the provided documentation and resources before beginning this task
  • Download the CouchDB installer application and install the software
  • Explore the Fauxton application to become familiar with its functionality
  • Import the sample recipe database as per the instructions in the provided documentation attached below
  • Write a query to retrieve all recipes (JavaScript code)
  • Write a query to retrieve a recipe by the specified name (JavaScript code)
  • Write a query to retrieve all recipes with a calorie count of 100 or less (JavaScript code)
  • Submit a text file containing the JavaScript code for the queries you have written