Skip to content

diguifi/WikiTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple CRUD implementation on ASP.NET Boilerplate for a tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published