WikiTutorial
Simple CRUD implementation on ASP.NET Boilerplate (raw sample without login, register, user, role and tenant management pages) for a Wiki tutorial
Setup steps:
- open in Visual Studio
- right click WikiTutorial.Web and select "Set as StartUp Project."
- if needed, change the default connection string on "WikiTutorial.Web -> Web.config"
- 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