- Configure and launch a three member MongoDB replica set on your local computer.
- Connect to the primary from the mongo shell and create a database called
catalog
, then insert one document as follows.
use catalog db.products.insertOne({name: "Coffee Mug", price: 4})