Blazor frontend with Razor components for the RecordShop application.
RecordShop is an online shop for music of any genre. Able to connect to any record database which fits the Album model.
RecordShop should be an easy to use online store where users can browse songs and albums by their artists. Admins should be able to add, remove and modify albums.
- C# / .NET 8
- Blazor
- Razor components
- Bulma
- Visual Studio 2022
- .NET 8 SDK
Clone this repository, then open the root/RecordShop-Frontend directory. Ensure the backend is also running, then run:
dotnet run --project RecordShop-Frontend