June 2018
Intermediate to advanced
348 pages
8h 19m
English
Before we integrate our API with MongoDB, it is important to learn how to interact with MongoDB directly. So, let's learn how to perform the basic CRUD operations using the MongoDB command-line tool. To do this, we will need to access the MongoDB container Terminal, but it is extremely easy using Kitematic. In the container's toolbar, click on the exec options. This will launch a Terminal window connected to the MongoDB container Terminal.
When it is launched, type mongo to get into the MongoDB CLI. Take a look at the following screenshot:

For users who are using Linux. You can get into the container by running the following ...
Read now
Unlock full access