FullStackHero .NET 8 Starter Kit Beta Available! #966
Replies: 5 comments
-
Some PR is open, is it in planning to merge Like code generator Which is helpful |
Beta Was this translation helpful? Give feedback.
-
Very cool, thank you! |
Beta Was this translation helpful? Give feedback.
-
Hurray..! Awesome stuff.. |
Beta Was this translation helpful? Give feedback.
-
Awesome updates. I've been waiting for this update. Gonna using this new template for my new side project to explore the new stuff, changes compared to dotnet 7 template. Then I'm going to update my production project using template 7 to 8. |
Beta Was this translation helpful? Give feedback.
-
The repository consists of 3 Projects.
Aspire Dashboard: Helps ease local development experience by visualizing metrics, logs, open telemetry data, and stats. Grafana / Prometheus integration also comes out of the box. Set the Aspire project as the default and run the application. Both WebAPI and Blazor would boot up. You will need Docker running on your machine since containers of Prometheus and Grafana would spin up too.
.NET 8 Web API: Follows Modular Architecture, with clean code separation. It is integrated with EF Core 8, PostgreSQL, Redis, FluentValidation, Serilog, Hangfire, MediatR, and Minimal APIs. It is truly an awesome development experience. Multi-tenancy is the USP of this project.
Blazor WASM Standalone: MudBlazor flavored Client Application that talks to the JWT-secured Web API.
My focus was not only on building an application, but also engineering a solution that exhibits even wider SDLC practices, right from Docker, Docker Compose, Terraform, CICD with GitHub Actions, and Performance & Metrics with Aspire.
FullStackHero is now available for testing purposes. I would consider the current version as Beta. Most of the Razor Pages are added. A few of the User Management Pages are yet to be added.
Quick Start Guide is available in the
README.md
file of this repository.Let me know your feedback. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions