run-aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- ApplicationException.cs
- ICategoryService.cs
- IProductService.cs
- ObjectMapper.cs
- BaseModel.cs
- CategoryModel.cs
- ProductModel.cs
- CategoryService.cs
- ProductService.cs
- AspnetRun.Application.csproj
- AspnetRunSettings.cs
- Entity.cs
- EntityBase.cs
- IEntityBase.cs
- Category.cs
- Product.cs
- CoreException.cs
- IAppLogger.cs
- IRepository.cs
- ICategoryRepository.cs
- IProductRepository.cs
- BaseSpecification.cs
- ISpecification.cs
- CategoryWithproductsSpecification.cs
- ProductWithCategorySpecification.cs
- ValueObject.cs
- AspnetRun.Core.csproj
- AspnetRunContext.cs
- AspnetRunContextSeed.cs
- InfrastructureException.cs
- LoggerAdapter.cs
- 20190321052921_Initial.cs
- 20190321052921_Initial.Designer.cs
- AspnetRunContextModelSnapshot.cs
- Repository.cs
- SpecificationEvaluator.cs
- CategoryRepository.cs
- ProductRepository.cs
- EmailSender.cs
- AspnetRun.Infrastructure.csproj
- EmailSenderExtensions.cs
- IndexPageHealthCheck.cs
- ICategoryPageService.cs
- IIndexPageService.cs
- IProductPageService.cs
- AspnetRunProfile.cs
- Index.cshtml
- Index.cshtml.cs
- Create.cshtml
- Create.cshtml.cs
- Delete.cshtml
- Delete.cshtml.cs
- Details.cshtml
- Details.cshtml.cs
- Edit.cshtml
- Edit.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- NotFound.cshtml
- _CookieConsentPartial.cshtml
- _Layout.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- CategoryPageService.cs
- IndexPageService.cs
- ProductPageService.cs
- BaseViewModel.cs
- CategoryViewModel.cs
- ProductViewModel.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- AspnetRun.Web.csproj
- Program.cs
- Startup.cs
- ProductBuilder.cs
- ProductTests.cs
- AspnetRun.Application.Tests.csproj
- ProductBuilder.cs
- CategoryTests.cs
- ProductTests.cs
- ProductSpecificationTests.cs
- AspnetRun.Core.Tests.csproj
- CategoryBuilder.cs
- ProductBuilder.cs
- ProductTests.cs
- AspnetRun.Infrastructure.Tests.csproj
- IndexPageTest.cs
- ProductPageTests.cs
- AspnetRun.Web.Tests.csproj
- CustomWebApplicationFactory.cs
- .gitignore
- AspnetRun.sln
- LICENSE
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/aspnetrun/run-aspnetcore
Downloads the entire project code from GitHub to your computer.
cd run-aspnetcore
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet build
Type this command into your terminal and run it.
dotnet run
Builds the project and runs it immediately.
dotnet ef database update -c AspnetRunContext -p ../AspnetRun.Infrastructure/AspnetRun.Infrastructure.csproj -s AspnetRun.Web.csproj
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
