Architecture and Component Overview
Explore the architecture and components of the application.
We'll cover the following...
An architecture overview
We’ll use a two-tier architecture for this application. The front-end layer of the recipe book app will be implemented in Angular 12 and communicate with a RESTful backend based on Node.js.
Note: The aspects related to the backend are not the subject of this course and will not be ...