Search⌘ K
AI Features

Run MongoDB and Set up Required Accounts

Understand how to run and verify MongoDB to ensure it is functioning properly and create a GitHub account. This lesson prepares you to manage your API and code repository effectively as part of your development workflow.

We'll cover the following...

Running MongoDB

To set up our API, we’ll first need to install the MongoDB database. This has already been done here, but we can verify that it’s working properly by running the terminal widget below. It will automatically run the mongod command and some text will be logged ...