Database: Mandatory assignment, MongoDB

This is a preliminary version of the mandatory assignment: I might add or change the assignment slightly.

In this assignment you must use MongoDB to make at least one collection (or more) of documents.

Your are free to chose which elements you want to put into the collection. Could be products, orders, or whatever you want.

Create a collection

Create a new collection in the database (maybe you want to create a new database as well).

Add documents to the collection

Add at least 10 documents to the collection.

Some requirements for the documents:

The find(...) method

Do some interesting finds including

Other issues

Use your database from a programming language

Use your database from C# (or another programming language)