# clean-architecture-manga
**Repository Path**: flxgit/clean-architecture-manga
## Basic Information
- **Project Name**: clean-architecture-manga
- **Description**: mirror of https://github.com/ivanpaulovich/clean-architecture-manga
- **Primary Language**: C#
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2021-03-25
- **Last Updated**: 2021-03-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Clean Architecture with .NET Core & React+Redux :cyclone:
[](#contributors) [](https://dev.azure.com/ivanpaulovich/clean-architecture-manga/_build/latest?definitionId=20&branchName=master)
Sample implementation of the **Clean Architecture Principles with .NET Core**. Use cases as central organizing structure, decoupled from frameworks and technology details. Built by small components that are developed and tested in isolation.
We maintain two versions:
- [Latest .NET Core 3.1 release](https://github.com/ivanpaulovich/clean-architecture-manga) - Check the .NET Core SDK on `global.json`.
- [.NET 5](https://github.com/ivanpaulovich/clean-architecture-manga/tree/dotnet5) - Experimental features and .NET 5.
> Hit the `WATCH` button to get the latest Clean Architecture updates.
Manga is a Virtual Wallet software in which the customer register an account then manage the balance by `Deposits`, `Withdraws` and `Transfers`.
The Web API's demo is hosted on Azure servers and there's a beautiful [Swagger Client](https://clean-architecture-manga.azurewebsites.net/swagger/index.html) available.
[](https://clean-architecture-manga.azurewebsites.net/swagger/index.html)
We also support the React client:
[](https://clean-architecture-manga.azurewebsites.net)
Run the Docker container in less than 2 minutes using Play With Docker: