Using MongoDB

Learn how to use MongoDB.

Introduction

There are many ways to use the MongoDB Server.

Use MongoDB on a local machine

MongoDB can be used locally. To learn how to install MongoDB, be sure to check the MongoDB installation guide.

Use MongoDB with Docker

We follow the steps below to use MongoDB with Docker: ...