© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
V. H. GarciaGetting Started with Angularhttps://doi.org/10.1007/978-1-4842-9206-8_6

6. Blog App Part 1

Victor Hugo Garcia1  
(1)
Santiago Del Estero, Santiago del Estero, Argentina
 

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 ...

Get Getting Started with Angular: Create and Deploy Angular Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.