link to author: https://youtube.com/playlist?list=PL285LgYq_FoKoxiqmUEgVX3_wFf1ioi3J&si=omOTxWXty4tVyhgI Used Blazor WebAssembly .Net Core 7
The material was taken from the author’s video, the link to which is indicated above, and is presented as an educational project. There is no architecture here and I can’t vouch for the author’s professionalism, but here it’s not very good, although I tried to improve the code in some areas. Me project
This is a library that simplifies the creation of a user interface. FluenUI
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.15">
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.15" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.15" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.15" PrivateAssets="all" />