Hi, I’m following this guide
Modern Full-Stack Development with Nest.js, React, TypeScript, and MongoDB: Part 1
Modern Full-Stack Development with Nest.js, React, TypeScript, and MongoDB: Part 2
In part one, an API section was selected and created, and a test application was created automatically, let’s say it is BlogApi(Test Application).
The backend side uses the clientId, domain, and audience configured by BlogAp(Test Application).
In part two, the Application selected and created an application called Blog. At the frontend side, the guide uses the domain, audience, and client of Blog Application.
I’m confused about why we need to use two types of Applications here, and how can I deploy it in the production version of the project in the guide.
Many thanks.