Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdbytes/webapp.netmvc5

ASP.NET MVC 5 Application Using .NET Framework 4.8.1 and Identity An application used for teaching and tutoring Provides SQL code to create database including necessary identity tables. Roles of User and Admin are immediately available.
https://github.com/mdbytes/webapp.netmvc5

asp-net dot-net-framework dotnet-mvc-application dotnet-mvc-identity

Last synced: 2 days ago
JSON representation

ASP.NET MVC 5 Application Using .NET Framework 4.8.1 and Identity An application used for teaching and tutoring Provides SQL code to create database including necessary identity tables. Roles of User and Admin are immediately available.

Awesome Lists containing this project

README

        

## ASP.NET MVC 5 Application

#### Using .NET Framework 4.8.1 and Identity

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




[email protected]
Test&1234
USER


[email protected]
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.