Problem Statement:
Develop a MongoDB collection named "employee" with a schema validation to ensure each document includes the necessary fields "FirstName", “LastName” and "age".
Apply Validation on the below given fields:
The collection should use a moderate validation level for enforcing these rules.
Apply Schema Validation through MongoDB Compass as well as MongoDB Shell.
Lab Objective:
Upon completion of this lab, you will be able to:
Prerequisites
You should install following software on your machine: