Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mdbytes/webapp.netmvc5
- Owner: mdbytes
- Created: 2024-03-08T19:32:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:56:13.000Z (9 months ago)
- Last Synced: 2024-11-15T16:56:19.342Z (about 2 months ago)
- Topics: asp-net, dot-net-framework, dotnet-mvc-application, dotnet-mvc-identity
- Language: TSQL
- Homepage:
- Size: 5.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.