In this chapter, I'll take up MongoDB, the database layer and the M in the MERN stack. Until now, we had an array of issues in the Express server's memory that we used as the database. We'll replace this with real persistence and read and write the list of issues from a MongoDB database.