Architecture and Component Overview

Explore the architecture and components of the application.

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

The frontend of the recipe book app is pluggable to any RESTful backend. Therefore, we can use pretty much any other technology for the backend. All communications will be performed through the HTTP client module and request REST controllers in the backend.

Get hands-on with 1200+ tech skills courses.