CRUDzao is a simple CRUD implementation using the default SPA template from ASP.NET Boilerplate found at: https://aspnetboilerplate.com/Templates
it implements a "Client" section in the sidebar, that leads to the simple Client CRUD.
Setup steps:
- open in Visual Studio
- right click CRUDreborn.Web and select "Set as StartUp Project."
- open the "Tools" menu, select the "NuGet package manager" submenu and click "package manager console"
- run the command "update-database"
- run the project (default login: admin; default password: 123qwe)
TODO:
- create input masks