accepted
Currently, we are developing two projects in this repository an Angular-based, user-facing single-page application and the NestJS-based backend application providing the API layer for the single-page application. Across our tools like Nx, Angular CLI, NestJS CLI and Azure, these projects have different names like API, SPA, or Web App.
To provide a consistent naming, we will refer to our Angular-based, user-facing single-page application as SPA (Single Page Application) and to our NestJS-based backend application as API (Application Programming Interface).
Across all tools and systems, we will use the names SPA and API, or some derivative, to refer to the respective projects.