QuickNote API [II]

In this chapter, we add persistence to QuickNote API. Adding persistence to an application means storing data so that it persists beyond the lifetime of the application. This goal is typically achieved by storing application data in a database.

A database is a shared collection of related data.

We will be using a database called MongoDB to add persistence to QuickNote API.