EdwinVW / pitstop

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Apache License 2.0
1.08k stars 472 forks source link

Replace Angular front-end with a Blazor front-end #158

Closed EdwinVW closed 2 weeks ago

EdwinVW commented 5 months ago

The current front-end is based on Angular. The PitStop front-end is a great showcase for building a Blazor application. Additionally, doing so would eliminate the need to keep the version of Angular up-to-date and have specific JavaScript / Angular knowledge for maintaining the front-end.