Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ;)