QuickNote App [P.I]

In this chapter, we start building the backend for the earlier developed QuickNote App. The backend will provide persistence by storing notes in a database. We will expose the backend through a RESTful API. The API will enable users to create notes and read, update, and delete the notes they've created.