A simple ui and api architecture using .NET 8 Minimal APIs, Blazor WebAssembly, built-in Identity with SQLite for portablility.
- Clone the repo on your machine.
- Update the NuGets for any latest updates.
- Run both - API and UI projects.
- Register an account as [email protected] so you can have the admin rights.
- You can register with other emails which will make those accounts basic users.
- Login and start exploring.
- .NET 8.0 SDK on Windows, Mac or Linux.
- Any IDE to work with.
- The solution structure is simple.
- It is to demonstrate the new Identity WebAPIs in .NET 8 and Blazor WebAssembly project using Sysinfocus simple/ui component library for Blazor.
- The code may look verbose as it is not optimized for production.