Update on FullStackHero: .NET Microservices Boilerplate 🚀
Published on May 7, 2023 by Mukesh Murugan
Here is what's done till now:
- Vertical Slice Architecture
- Dapr Building Blocks
- Tye for Easier Debugging and Execution
- Domain-Driven Design
- A separate project, fluentpos that uses the microservices framework. You can learn a lot by referring to this project in the ./fluentpos folder.
- RabbitMQ using Dapr Components
- Redis Caching
- Entity Framework Core / MongoDb
- Fluent Validation
- OpenId Authentication with Permissions Based on Scopes!
- GitHub Actions
- Built-In Container Support
- Global Exception Handler
- CQRS / MediatR
- Docker Compose
Beyond this point, I will start working on Terraform to get the services deployed to AWS AppRunner along with other AWS resources. Also, will add more use cases and services to the fluentpos project to mock a real-time application.
on