V School | Better Humans, Better Outcomes

Exercise - Mongo Shell Exercise

Remember the Bounty Hunter Exercise from last week? This week you are going to add MongoDB to your app so that the data will be persistent (and not be cleared every time you restart node). For this exercise, you will be practicing CRUD operations using the Mongo shell. This means

Day 21 - The MongoDB Shell

Before you try to access the shell, make sure that you have MongoDB installed and the Mongo Daemon is running. To install MongoDB go here: http://docs.mongodb.org/manual/installation/. To run the Mongo Daemon run this command in terminal: mongod. Then open a new terminal window because the

V School | Better Humans, Better Outcomes © 2026