https://github.com/jbogard/ContosoUniversityDotNetCore
https://github.com/jbogard/ContosoUniversityDotNetCore
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbogard/ContosoUniversityDotNetCore
- Owner: jbogard
- License: mit
- Created: 2017-08-22T15:04:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T17:40:56.000Z (about 7 years ago)
- Last Synced: 2025-04-06T02:10:01.968Z (11 days ago)
- Language: JavaScript
- Size: 4.34 MB
- Stars: 433
- Watchers: 32
- Forks: 131
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core-applications - **ContosoUniversityDotNetCore** - is a sample project demonstrating the use of CQRS, Automapper, Integration Testing. (Sample & Reference Applications)
README
# ContosoUniversity on ASP.NET Core with .NET Core
Contoso University, the way I would write it.
To run, create a database "ContosoUniversity" and run the SchemaAndData.sql script against it. Modify the connection string in appsettings and go!
## Things demonstrated
- CQRS and MediatR
- AutoMapper
- Feature folders and vertical slices
- HtmlTags
- Entity Framework Core## How to run
First run the build script (Build.ps1). This will set up the local database using RoundhousE. Open the solution and run!