/mongoose-crud-diagnostic

Diagnostic for materials on Mongoose CRUD

Primary LanguageJavaScriptOtherNOASSERTION

General Assembly Logo

Mongoose CRUD Diagnostic

This diagnostic assesses your ability to use Mongoose to manipulate a MongoDB database.

Prerequisites

Instructions

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. Install dependencies.
  4. Create and checkout a new branch, named response.
  5. Create a new mongo database by running mongo mongoose-crud-diagnostic.
  6. Follow the directions given in diagnostic.js.
  7. Before the alotted time is up, push to your fork and issue a pull request.

Your pull request description should contain a "fist to five" for comfort and clarity. Additionally, you should mention the resources you used to help you complete this diagnostic. For example:

Comfort: 3
Clarity: 3

I used Google and my class notes to help with this diagnostic.

You may wish to refer to "How do I submit diagnostics?" and other FAQs related to forking, cloning, and pull requests.

You may use any resource other than each other to complete this diagnostic. This includes referencing talk materials, appropriate documentation, and searching for help online.

You should be running grunt nag before diagnosing any bugs, since it finds some of the most common sources of errors. After grunt nag passes, you should run grunt test to run the included tests. Tests will tell you whether of not your responses are correct.

Source code distributed under the MIT license. Text and other assets copyright General Assembly, Inc., all rights reserved.