In this chapter, we will go further, building an application that interacts with a database through a backend. We will use MongoDB as the database, and the API of our backend will be developed with NodeJS. Now, this book is focused on Angular, so we will not dwell in great detail on Node’s learning; however, we will learn enough to not feel lost.
MongoDB
MongoDB is a scalable and flexible NoSQL document database. Instead of saving the data in the form of records, MongoDB saves them ...