This project is a Proof of Concept SaaS Architecture implementing .NET 10 BFFs, EF Core PostgreSQL ABAC/RBAC, and React Microfrontends.
- Root of the project holds
docker-compose.yml. - Generate Development Certificates inside
~/.aspnet/https/to trust HTTPS connections natively. - Start the orchestrator:
docker-compose up --build- Access
http://localhost:3000for the React App Shell which internally querieshttp://localhost:5000(BFF). - The BFF automatically proxies JWT tokens derived safely from local
HttpOnlySet-Cookies via Redis session checks natively.