Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeftTwixWand/Inventory
New version of Microsoft Inventory sample, built on WinUI 3, using DDD and Clean Architecture approach
https://github.com/LeftTwixWand/Inventory
autofac chsarp clean-architecture clean-code community-toolkit cqrs ddd ddd-architecture ddd-example ddd-sample event-sourcing hacktoberfest inventory inventory-management-system mediatr project-reunion templatestudio windows-app-sdk winui winui3
Last synced: 2 months ago
JSON representation
New version of Microsoft Inventory sample, built on WinUI 3, using DDD and Clean Architecture approach
- Host: GitHub
- URL: https://github.com/LeftTwixWand/Inventory
- Owner: LeftTwixWand
- License: mit
- Created: 2022-01-21T21:04:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T01:50:11.000Z (4 months ago)
- Last Synced: 2024-10-13T20:22:33.742Z (3 months ago)
- Topics: autofac, chsarp, clean-architecture, clean-code, community-toolkit, cqrs, ddd, ddd-architecture, ddd-example, ddd-sample, event-sourcing, hacktoberfest, inventory, inventory-management-system, mediatr, project-reunion, templatestudio, windows-app-sdk, winui, winui3
- Language: C#
- Homepage:
- Size: 1.21 MB
- Stars: 71
- Watchers: 6
- Forks: 10
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- WinUI-3-Apps-List - Inventory
README
# Inventory
Inventory is a new version of [Microsoft Inventory sample](https://github.com/microsoft/inventorysample), built on WinUI 3, using DDD and Clean Architecture approach.
The purpose of this repository is to demonstrate, how to build a modern desktop app, using latest technologies and architecture approaches.
Readme structure:
- [1. The app](#1-the-app)
- [2. Architecture](#2-architecture)
- [3. Technologies](#3-technologies)
- [4. Inspirations](#4-inspirations)
- [5. Contributing](#5-contributing)## 1. The app
![App Light](https://user-images.githubusercontent.com/50652041/195396886-5d8a03ed-aa19-4d40-83d8-56d7e00c2995.png)
![App Dark](https://user-images.githubusercontent.com/50652041/195396891-f5ced73f-49b8-4666-a402-1e364c7e9b69.png)## 2. Architecture [OBSOLETE]
![Project architecture drawio](https://user-images.githubusercontent.com/50652041/153557277-cf2e38cd-2b3f-4b03-8ea4-7db97d556077.png)
## 3. Technologies
## 4. Inspirations
## 5. Contributing