This a template that should help you to setup the project.
It includes backend and frontend parts that are connected together and features 2 endpoints:
/GetCompanies that returns pre-defined list of client companies. /GetPlans that returns pre-defined list of insurance plans.
To start BE part you can the solution from Visual Studio or run pnpm run start:be
from your console
To start FE part you can the solution from Visual Studio or run pnpm run start:fe
from your console