tnc1997 / azure-app-configuration-emulator

Please note that Emulator for Azure App Configuration is unofficial and not endorsed by Microsoft.
MIT License
3 stars 3 forks source link

feat: add blazor user interface #50

Closed tnc1997 closed 5 months ago

tnc1997 commented 5 months ago

Describe the change This change adds a Minimum Viable Product (MVP) User Interface (UI) to the emulator.

Current behavior Interactions with the emulator have to undertaken via the API.

New behavior Interactions with the emulator can be undertaken via the API or the UI.

Additional context Blazor has been used for the UI to ease integration.