Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 459 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 459 Bytes

blazor-crud-starter

This is a template Blazor server application, with a couple of CRUD pages already built in. The CRUD pages are built with the FluentUI library, and the data access is done with Dapper. The database is defined in the ./Db folder, deployed with SqlPackage.

To start development, start the database server with the provided deply-db.yml (a docker-compose file), and then debug the application. A taskfile is provided to make this easier.