A simple CRUD application using Blazor.
To get setup with Blazor CRUD:
- Install the .NET Core 2.1 Preview 1 SDK
- Navigate to BzHost.Server and run:
dotnet run
Done. Your application is running on localhost:5000
- Blazor - .NET Web Framework
- Entity Framework Core - Object Relational Mapper (ORM)
- Bootstrap - Front-End Library