The MongoDB Database

<aside> 💡 Deploy Locally Configure Locally Maintain Local Deployment

</aside>

Primitive Concepts

Documents

{
	<field> : <value>,
	<field> : <value>,
	<field> : <value>,
}

For example,
{
	"name" ; "Kush Gabani"
	"age" : 20,
	"email" : "[email protected]",
}

Collections

MongoDB Atlas

Let's use Atlas to set up a MongoDB database

Pricing