0979371a5775016ad04cc24fc0f8b527c0719632
This sets up the foundational structure for a .NET Core 6 / React project, demonstrating common architectural patterns, Docker integration, and key Strata libraries for API, data access (EF Core), background jobs (Hangfire), real-time communication (SignalR), and various frontend UI components.
Strata.KitchenSink
Project Setup
This project uses AWS resources. You will need the following profile in your AWS .config file. And make sure you update your .credentials file daily.
[profile kitchensink]
source_profile = 809820578507_SDT-Dev-Developers
role_arn = arn:aws:iam::809820578507:role/sdt-kitchensink-service-role
region=us-east-1
Languages
TypeScript
70.1%
C#
27.8%
HTML
1.2%
JavaScript
0.8%