# Introduction In this lab, we will design a MongoDB order schema for an e-commerce application. We will start by creating a structured document to store essential order information, including the order ID, customer details, order date, and status. Then, we will expand the customer details by adding a nested document structure to capture rich customer information such as personal information and address. Finally, we will include order items, payment information, and handle order status updates to create a comprehensive order schema.
Click the virtual machine below to start practicing