Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabbal/DNTFrameworkCoreTemplate
Boilerplate project templates based on DNTFrameworkCore
https://github.com/rabbal/DNTFrameworkCoreTemplate
aspnetcore aspnetcorewebapi dntframework dotnetcore integration-testing project-template unit-testing
Last synced: 9 days ago
JSON representation
Boilerplate project templates based on DNTFrameworkCore
- Host: GitHub
- URL: https://github.com/rabbal/DNTFrameworkCoreTemplate
- Owner: rabbal
- License: apache-2.0
- Archived: true
- Created: 2019-02-22T10:37:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T10:44:35.000Z (about 5 years ago)
- Last Synced: 2024-08-01T02:25:52.037Z (3 months ago)
- Topics: aspnetcore, aspnetcorewebapi, dntframework, dotnetcore, integration-testing, project-template, unit-testing
- Language: C#
- Size: 2.23 MB
- Stars: 35
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dotnet-core - DNTFrameworkCoreTemplate - Boilerplate project templates based on [DNTFrameworkCore](https://github.com/rabbal/DNTFrameworkCore) (Frameworks, Libraries and Tools / Application Templates)
- fucking-awesome-dotnet-core - DNTFrameworkCoreTemplate - Boilerplate project templates based on <b><code> 317⭐</code></b> <b><code> 75🍴</code></b> [DNTFrameworkCore](https://github.com/rabbal/DNTFrameworkCore)) (Frameworks, Libraries and Tools / Application Templates)
- awesome-dotnet-core - DNTFrameworkCoreTemplate - Boilerplate project templates based on [DNTFrameworkCore](https://github.com/rabbal/DNTFrameworkCore) (Frameworks, Libraries and Tools / Application Templates)
- awesome-dotnet-core - DNTFrameworkCoreTemplate - 基于[DNTFrameworkCore]的Boilerplate项目模板。 (框架, 库和工具 / 应用程序模板)
README
# DNTFrameworkCoreTemplate
Boilerplate project templates based on DNTFrameworkCore
## Installation
```
dotnet new --install DNTFrameworkCoreTemplateAPI::*
```## Usage
```
dotnet new dntcore-api
```### Solution Structure
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution.jpg)
### API Project
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution-api.jpg)### UnitTests Project
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution-unittests.jpg)### IntegrationTests Project
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution-integrationtests.jpg)### Domain Project
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution-domain.jpg)
### Infrastructure Project
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution-infrastructure.jpg)
### Application Project
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution-application.jpg)### Resouces Project
![Solution Structure](https://github.com/rabbal/DNTFrameworkCoreTemplate/blob/master/DNTFrameworkCoreTemplateAPI/docs/dnt-solution-resouces.jpg)