An application used for teaching and tutoring
Provides SQL code to create database including necessary identity tables. Please run the SQL batch file in the Database folder. When opening Visual Studio, simply enter the 'update-database' command in the NuGet Package Manager Ccnsole.
Roles of User and Admin are immediately available.
There are two test users:
Username | Password | Role |
---|---|---|
user@user.com | Test&1234 | USER |
admin@company.com | Test&1234 | ADMIN |
See Migrations folder in MVC project to review setup of users along with additional fields for user information.
The database SQL scripts for this project are a modern version of the Northwind Traders database, retrieved from https://www.dofactory.com/sql/sample-database in April, 2024.