Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddjerqq/klean
ASP.NET Core 8 Clean Architecture template
https://github.com/ddjerqq/klean
asp-net-core blazor blazor-webassembly clean-architecture csharp full-stack tailwindcss
Last synced: about 2 months ago
JSON representation
ASP.NET Core 8 Clean Architecture template
- Host: GitHub
- URL: https://github.com/ddjerqq/klean
- Owner: ddjerqq
- License: mit
- Created: 2024-01-01T10:19:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-17T21:47:44.000Z (about 2 months ago)
- Last Synced: 2024-11-17T22:27:55.240Z (about 2 months ago)
- Topics: asp-net-core, blazor, blazor-webassembly, clean-architecture, csharp, full-stack, tailwindcss
- Language: C#
- Homepage: https://ddjerqq.github.io/klean
- Size: 41.7 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Clean Architecture Template
[![NuGet](https://github.com/ddjerqq/klean/actions/workflows/publish-to-nuget-on-release.yaml/badge.svg)](https://github.com/ddjerqq/klean/actions/workflows/publish-to-nuget-on-release.yaml)
[![GitHub Pages](https://github.com/ddjerqq/klean/actions/workflows/deploy-to-gh-pages.yaml/badge.svg)](https://github.com/ddjerqq/klean/actions/workflows/deploy-to-gh-pages.yaml)### See the front-end of the template 👉[here](https://ddjerqq.github.io/klean)👈
---
A ready-to-use template for ASP.NET Core with Domain Driven Design - Clean Architecture,
CQRS pattern, Blazor WASM with TailwindCSS front-end, and much much more.## Authors
- [ddjerqq](https://github.com/ddjerqq)
## Package Installation
You can install this template using [NuGet](https://www.nuget.org/packages/klean):
```shell
dotnet new install klean
```
In a folder where you want to initialize the project, just do:
```shell
dotnet new klean
```## Support
If you are having problems, please let us know by [raising a new issue](https://github.com/NikolayIT/ASP.NET-Core-Template/issues).
## License
This project is licensed with the [MIT license](LICENSE).
## Future plans:
- YARP instead of NGINX
- Firefly instead of REDIS
- RabbitMQ or something? IKD we'll see ;)