Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbogard/ContosoUniversityDotNetCore
https://github.com/jbogard/ContosoUniversityDotNetCore
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbogard/ContosoUniversityDotNetCore
- Owner: jbogard
- License: mit
- Created: 2017-08-22T15:04:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T17:40:56.000Z (over 6 years ago)
- Last Synced: 2024-06-26T12:38:50.153Z (4 months ago)
- Language: JavaScript
- Size: 4.34 MB
- Stars: 423
- Watchers: 33
- Forks: 132
- 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!